1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
<h2>translate("Install Bibledit Cloud from a 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><br></td>
</tr>
<tr>
<td>1.</td>
<td>translate("Open a terminal.")</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><br></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><br></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><br></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><br></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>
|