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 update
translate("Install the software Bibledit relies on:")
sudo apt install build-essential autotools-dev autoconf autoconf-archive git zip pkgconf libcurl4-openssl-dev libssl-dev poppler-utils libsword-utils diatheke ldap-utils libmimetic-dev certbot libxml2-dev libutf8proc-dev libgumbo-dev libtidy-dev libpugixml-dev
translate("Download a recent version of Bibledit from") https://github.com/bibledit/cloud/releases.
translate("Unpack the downloaded Bibledit in folder bibledit:")
mkdir -p bibledit
tar xf bibledit-5.0.9xx.tar.gz -C bibledit --strip-components=1
translate("Change the 9xx above to the version number of Bibledit that was downloaded.")
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:")
http://website.org:8080
http://192.168.2.1:8080
http://localhost:8080