Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer apt install since 16.04 #174

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/install/ubuntu-debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ When you use the PPA installation method, upgrades to newer versions will be aut
Install from a .deb file
------------------------

The advantages of downloading a ``.deb`` file is the portability: you can copy the file from device to device and install Kolibri without internet access.
The advantages of downloading a ``.deb`` file is the portability: You can copy the file from device to device and install Kolibri without internet access.

#. Download the latest `.deb installer <https://learningequality.org/download/>`_ for Kolibri **version 0.13**, or have it copied to your local drive.
#. Run this command from the location where you downloaded the ``DEB`` file:
#. Run this command from the location where you downloaded the ``.deb`` file:

.. code-block:: bash

sudo dpkg -i kolibri-installer-filename.deb
sudo apt install --fix-missing ./KOLIBRI_FILENAME.deb

#. Wait for the installation to finish and run this command to start Kolibri:

Expand All @@ -68,6 +68,9 @@ The advantages of downloading a ``.deb`` file is the portability: you can copy t

#. When the command finishes, open the default browser at http://127.0.0.1:8080 and proceed with the :ref:`setup_initial` of your facility.

.. tip::
The package ``python3-cryptography`` speeds up Kolibri for future peer-to-peer synchronization. It is installed automatically if there is an internet connection. You can download a version of this package in a .deb file **for your current system** with ``apt download python3-cryptography`` and install it using the same technique as shown above.


Uninstall
*********
Expand Down Expand Up @@ -111,6 +114,8 @@ To change the system service owner, you need to change the configuration of the
.. note:: Replace the ``$USER`` in commands above with the name of the user you wish to be the new Kolibri system service owner.


.. _kolibri-server-install:

Higher Performance with the ``kolibri-server`` package
------------------------------------------------------

Expand Down