Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
remove obsolete steps from the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Jan 11, 2021
1 parent caf0e1d commit 040e652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
18 changes: 4 additions & 14 deletions docs/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,27 +110,17 @@ After grabbing the new release and unpacking the contents, do the following:
This creates a new virtual environment (or uses your existing environment)
and installs all dependencies into it.

3. Collect static files.

.. code:: shell-session
$ cd src
$ pipenv run python3 manage.py collectstatic --clear

4. Migrate the database.
3. Migrate the database.

.. code:: shell-session
$ cd src
$ pipenv run python3 manage.py migrate
5. Update translation files.

.. code:: shell-session
$ cd src
$ pipenv run python3 manage.py compilemessages
This might not actually do anything. Not every new paperless version comes with new
database migrations.


Management utilities
####################
Expand Down
7 changes: 0 additions & 7 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ writing. Windows is not and will never be supported.
* ``python3-pip``, optionally ``pipenv`` for package installation
* ``python3-dev``

* ``gettext`` for compiling interface translations
* ``fonts-liberation`` for generating thumbnails for plain text files
* ``imagemagick`` >= 6 for PDF conversion
* ``optipng`` for optimizing thumbnails
Expand Down Expand Up @@ -293,15 +292,9 @@ writing. Windows is not and will never be supported.

.. code:: bash
# This collects static files from paperless and django.
python3 manage.py collectstatic --clear --no-input
# This creates the database schema.
python3 manage.py migrate
# This creates the translation files for paperless.
python3 manage.py compilemessages
# This creates your first paperless user
python3 manage.py createsuperuser
Expand Down

0 comments on commit 040e652

Please sign in to comment.