-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
... with regard to installing Bibledit Cloud from packages.
- Loading branch information
1 parent
7dbec75
commit 1fabfa8
Showing
7 changed files
with
148 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<h2>translate("Install Bibledit Cloud on Linux")</h2> | ||
|
||
<p> | ||
translate("Bibledit Cloud can be installed in several ways.") | ||
</p> | ||
<p> | ||
<a href="installcloudpackages">translate("Installation from packages.")</a> | ||
</p> | ||
<p> | ||
<a href="installcloudsource">translate("Installation from source.")</a> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<h2>translate("Install Bibledit Cloud from its package")</h2> | ||
|
||
<p>translate("Follow the steps below to install Bibledit Cloud.")</p> | ||
<br> | ||
<table> | ||
<tr> | ||
<th></th> | ||
<th>translate("Step")</th> | ||
<th>Debian</th> | ||
<th>Ubuntu</th> | ||
<th>Ubuntu</th> | ||
</tr> | ||
<tr> | ||
<td></td> | ||
<td></td> | ||
<td>translate("Install fixed version of Bibledit as it comes with the operating system.")</td> | ||
<td>translate("Install fixed version of Bibledit as it comes with the operating system.")</td> | ||
<td>translate("Install most recent version of Bibledit.")</td> | ||
</tr> | ||
<tr> | ||
<td>1.</td> | ||
<td>translate("Open a terminal.")</td> | ||
<td></td> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td>2.</td> | ||
<td>translate("Install required software:")</td> | ||
<td>--</td> | ||
<td>--</td> | ||
<td><code>sudo apt install software-properties-common</code></td> | ||
</tr> | ||
<tr> | ||
<td>3.</td> | ||
<td>translate("Add the Bibledit repository:")</td> | ||
<td>--</td> | ||
<td>--</td> | ||
<td><code>sudo add-apt-repository ppa:bibledit/ppa</code></td> | ||
</tr> | ||
<tr> | ||
<td>4.</td> | ||
<td>translate("Read the repository:")</td> | ||
<td><code>sudo apt update</code></td> | ||
<td><code>sudo apt update</code></td> | ||
<td><code>sudo apt update</code></td> | ||
</tr> | ||
<tr> | ||
<td>5.</td> | ||
<td>translate("Install Bibledit:")</td> | ||
<td><code>sudo apt install bibledit-cloud</code></td> | ||
<td><code>sudo apt install bibledit-cloud</code></td> | ||
<td><code>sudo apt install bibledit-cloud</code></td> | ||
</tr> | ||
</table> | ||
<br> | ||
<p> | ||
translate("Bibledit will be accessible through the IP address port 8080.") | ||
translate("Examples:") | ||
</p> | ||
<p>http://website.org:8080</p> | ||
<p>http://192.168.2.1:8080</p> | ||
<p>http://localhost:8080</p> | ||
<p>translate("Open the web address in a browser, follow the instructions on the screen to configure Bibledit Cloud, and log in.")</p> | ||
<br> | ||
<p>translate("The following command shows the status of Bibledit Cloud:")</p> | ||
<p><code>sudo service bibledit-cloud status</code></p> | ||
<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<h2>translate("Install Bibledit Cloud on Debian and Ubuntu")</h2> | ||
<p> | ||
translate("Follow the steps below to install Bibledit.") | ||
translate("It needs basic knowledge about working with Linux servers.") | ||
</p> | ||
<ol> | ||
<li>translate("Open a terminal.")</li> | ||
<li> | ||
<p>translate("Update the software sources:")</p> | ||
<p><code>sudo apt update</code></p> | ||
</li> | ||
<li> | ||
<p>translate("Install the software Bibledit relies on:")</p> | ||
<p><code>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</code></p> | ||
</li> | ||
<li> | ||
<p> | ||
translate("Download a recent version of Bibledit from") | ||
<a href="https://github.com/bibledit/cloud/releases">https://github.com/bibledit/cloud/releases</a>. | ||
</p> | ||
</li> | ||
<li> | ||
<p>translate("Unpack the downloaded Bibledit in folder bibledit:")</p> | ||
<p><code>mkdir -p bibledit</code></p> | ||
<p><code>tar xf bibledit-5.0.9xx.tar.gz -C bibledit --strip-components=1</code></p> | ||
<p> | ||
translate("Change the 9xx above to the version number of Bibledit that was downloaded.") | ||
</p> | ||
</li> | ||
<li> | ||
<p>translate("Change to the directory:")</p> | ||
<p><code>cd bibledit</code></p> | ||
</li> | ||
<li> | ||
<p>translate("Build Bibledit:")</p> | ||
<p><code>./configure</code></p> | ||
<p><code>make</code></p> | ||
<p> | ||
translate("This takes a while.") | ||
translate("There will be many technical messages, but there should be no errors.") | ||
</p> | ||
</li> | ||
<li> | ||
<p>translate("Start Bibledit:")</p> | ||
<p><code>./bibledit &</code></p> | ||
</li> | ||
<li> | ||
<p> | ||
translate("Bibledit will be accessible through the IP address port 8080.") | ||
translate("Examples:") | ||
</p> | ||
<p>http://website.org:8080</p> | ||
<p>http://192.168.2.1:8080</p> | ||
<p>http://localhost:8080</p> | ||
</li> | ||
<li>translate("Open the web address in the browser, follow the instructions on the screen to configure Bibledit Cloud, and log in.") | ||
</li> | ||
</ol> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters