Skip to content

Commit

Permalink
Merge pull request #130 from benjaoming/kolibri-server-ppa
Browse files Browse the repository at this point in the history
Update kolibri-proposed to kolibri stable PPA for kolibri-server
  • Loading branch information
Benjamin Bach committed Sep 11, 2019
2 parents f20796d + e7f1685 commit 3e43579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions docs/install/_linux.rst
Expand Up @@ -123,16 +123,15 @@ To install ``kolibri-server`` follow these steps.
.. code-block:: bash
sudo apt-get install software-properties-common dirmngr
sudo add-apt-repository ppa:learningequality/kolibri-proposed
sudo add-apt-repository ppa:learningequality/kolibri
sudo apt-get update
sudo apt-get install kolibri-server
During the installation you will be offered the option to choose the port (8000, 80 or leave the default 8080).

2. Restart the system.

.. warning:: * Be advised that this procedure also switches the setup to use the latest built Kolibri pre-release.
* Keep in mind that the ``kolibri-server`` system performance will depend not only on server device features, but on local WiFi access point characteristics.
.. warning:: Keep in mind that the ``kolibri-server`` system performance will depend not only on server device features, but on local Wi-Fi access point characteristics.


Raspberry Pi
Expand Down
9 changes: 2 additions & 7 deletions docs/install/tutorials/rpi.rst
Expand Up @@ -272,22 +272,17 @@ Installing Kolibri
#. Add our Ubuntu PPA with these special instructions:

.. warning:: The package ``kolibri-server`` is currently undergoing final testing. We are distributing ``kolibri-server`` through a development repository (PPA) called ``kolibri-proposed``, which is a temporary addition to the below commands. This will change in September 2019, removing one of the lines below and the specification of the Kolibri version number in the next step. Please stay tuned for the change.

.. code-block:: bash
sudo su -c 'echo "deb http://ppa.launchpad.net/learningequality/kolibri/ubuntu xenial main" >> /etc/apt/sources.list.d/learningequality-ubuntu-kolibri-xenial.list'
# The below command will be removed in September 2019, see above warning
sudo su -c 'echo "deb http://ppa.launchpad.net/learningequality/kolibri-proposed/ubuntu xenial main" >> /etc/apt/sources.list.d/learningequality-ubuntu-kolibri-xenial.list'
sudo su -c 'echo "deb http://ppa.launchpad.net/learningequality/kolibri/ubuntu bionic main" > /etc/apt/sources.list.d/learningequality-ubuntu-kolibri-bionic.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys DC5BAA93F9E4AE4F0411F97C74F88ADB3194DD81
sudo apt update
#. Install ``kolibri`` and ``kolibri-server``:

.. code-block:: bash
# Notice that the version of Kolibri is pinned, this will change once we have removed the 'kolibri-proposed' PPA.
sudo apt install kolibri=0.12.8-0ubuntu1 kolibri-server
sudo apt install kolibri kolibri-server
During the installation, make the following choices if prompted: Use the default TCP port ``8080`` for Kolibri because port ``80`` will be used by Nginx :ref:`later in this tutorial <nginx_custom_domain>`. Enable the Kolibri system service by selecting ``Yes`` when prompted to run Kolibri on start-up. Use the default ``pi`` user so that it will have access to USB devices.

Expand Down

0 comments on commit 3e43579

Please sign in to comment.