translate("Follow the steps below to install Bibledit.") translate("It needs basic knowledge about working with Linux servers.")
translate("Update the software sources:")
sudo apt-get update
translate("Install the software Bibledit relies on:")
sudo apt-get install build-essential git zip pkgconf libcurl4-openssl-dev libssl-dev poppler-utils libsword-utils diatheke ldap-utils libmimetic-dev
translate("Download Bibledit:")
wget http://bibledit.org/cloud/bibledit-##cloudversion##.tar.gz
translate("Unpack Bibledit in folder bibledit:")
mkdir -p bibledit
tar xf bibledit-##cloudversion##.tar.gz -C bibledit --strip-components=1
translate("Change to the directory:")
cd bibledit
translate("Build Bibledit:")
./configure
make
translate("This takes a while.") translate("There will be many technical messages, but there should be no errors.")
translate("Start Bibledit:")
./bibledit &
translate("Bibledit will be accessible through the IP address port 8080.") translate("Examples:")