authentic is no longer published on pypi.org

It must be installed from Debian packages to get the latest version.

License: MIT
This commit is contained in:
Loïc Dachary 2021-06-18 08:32:11 +02:00
parent 771899375e
commit eaf10d9df3
No known key found for this signature in database
GPG Key ID: 130A0B53C3EEB5FA
1 changed files with 11 additions and 27 deletions

View File

@ -1,37 +1,21 @@
.. _installation:
=====================================
Installation and quickstart tutorials
=====================================
============
Installation
============
You'll find here how to start and configure very quickly Authentic 2 for its
main features. You just need Python 2.7 and Django 1.5.
1. Setup the repository::
First of all, you can boot Authentic vwithout root
privileges like this:
$ wget -O - https://deb.entrouvert.org/entrouvert.gpg | apt-key add -
$ echo deb http://deb.entrouvert.org/ buster main >> /etc/apt/sources.list
1. Initialize a virtualenv::
2. Install the package::
virtualenv authentic
source ./authentic/bin/activate
cd authentic
$ apt-get install authentic2
.. note::
2. Install Authentic::
pip install authentic2
3. Initialize the database migrations::
authentic2-ctl syncdb --migrate
4. Run the HTTP test server::
authentic2-ctl runserver
Release cycle
-------------
In addition to the installation from sources, Entr'ouvert maintains `Debian GNU/Linux packages <https://deb.entrouvert.org/>`__ for Authentic that `follow the release cycle of Publik <https://dev.entrouvert.org/projects/publik/wiki/Cycle_de_mises_%C3%A0_jour>`__.
The packages published at `Debian GNU/Linux packages <https://deb.entrouvert.org/>`__ follow the `release cycle of Publik <https://dev.entrouvert.org/projects/publik/wiki/Cycle_de_mises_%C3%A0_jour>`__.
Quickstart guides and installation guidelines
---------------------------------------------