translate("Install Bibledit Cloud from source")

translate("Select the Linux distribution for which to show instructions.")

translate("Then follow the steps below to install Bibledit Cloud.")


➤ translate("Open a terminal.")


➤ translate("Update the software sources.")

sudo apt update

sudo dnf update

sudo zypper update


➤ translate("Install and enable extra package repositories.")

sudo dnf install epel-release


➤ translate("Install the software Bibledit relies on:")

sudo apt install build-essential autotools-dev autoconf autoconf-archive git zip unzip 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 gzip tar

sudo dnf install autoconf automake gcc gcc-c++ libtool git zip unzip pkgconfig libcurl-devel openssl-devel curl make poppler-utils libxml2-devel utf8proc gumbo-parser-devel libtidy-devel pugixml-devel gzip tar

sudo zypper install autoconf automake autoconf-archive gcc-c++ git zip pkg-config libcurl-devel libopenssl-devel curl make utf8proc-devel pugixml-devel libxml2-devel libtidy-devel pugixml-devel gzip tar

Install the gumbo-parser.


➤ translate("Go to the home directory.")

cd


translate("Download a recent version of Bibledit.")


➤ translate("Unpack the downloaded Bibledit in folder bibledit.")

mkdir -p bibledit

tar xf bibledit-5.1.xxx.tar.gz -C bibledit --strip-components=1

translate("Change the xxx 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("Open port 8080 in the firewall.")

sudo firewall-cmd --zone=public --add-port=8080/tcp --permanent

sudo firewall-cmd --reload


➤ 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

translate("Open the web address in a browser, follow the instructions on the screen to configure Bibledit Cloud, and log in.")


translate ("Most of Bibledit Cloud will now be working.") translate ("To get email services working, connect Bibledit to a gmail or other mail account.") translate ("To get SWORD resources working, install the SWORD libraries.") http://crosswire.org/sword/develop/index.jsp