Skip to content

Commit

Permalink
Merge pull request #1356 from encbladexp/fix-installation
Browse files Browse the repository at this point in the history
update installation requirements for Ubuntu 22.04 and Debian 12
  • Loading branch information
encbladexp authored Oct 22, 2024
2 parents 7285742 + b0eda95 commit f8888c5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ For using Inyoka and its dependencies you need a lot of python and developer fil

.. code-block:: console
$ sudo apt-get install git nodejs-legacy libxml2-dev libxslt1-dev libzmq-dev zlib1g-dev libjpeg-dev uuid-dev libfreetype6-dev libpq-dev build-essential libpq-dev libffi-dev python3-dev
You also need the JavaScript package manager npm:

.. code-block:: console
$ sudo apt-get install npm
$ sudo apt install git npm libxml2-dev libxslt1-dev zlib1g-dev libjpeg-dev uuid-dev libfreetype6-dev libpq-dev build-essential libpq-dev libffi-dev python3-dev python3-venv
Inyoka installation
*******************
Expand Down Expand Up @@ -129,7 +122,7 @@ supported by Django can have performance issues or less supported features! Inyo

.. code-block:: console
$ sudo apt-get install postgresql redis-server
$ sudo apt install postgresql redis-server
Next, you need a ``development_settings.py`` file which can be copied from
the example file:
Expand Down

0 comments on commit f8888c5

Please sign in to comment.