Commit Graph

27 Commits

Author SHA1 Message Date
Loïc Dachary 07d28d51fe
installation: add apache dependencies
And also use a2ensite for a more idiomatic installation of the site.

License MIT
2021-11-29 11:54:58 +01:00
Loïc Dachary ca2f14fa3d
add a warning about SUPERUSER in the installation instructions 2021-06-18 17:18:55 +02:00
Loïc Dachary 19931008b5
add missing <<EOF in the installation process
License MIT
2021-06-18 16:55:34 +02:00
Loïc Dachary 3100023469
fix incorrect indent of the installation section
License MIT
2021-06-18 15:48:29 +02:00
Loïc Dachary 9d2d1da7c2
installation to create the database
If the database does not exist prior to the installation of
authentic2, it will fail because

  /usr/bin/authentic2-manage migrate --noinput

has nothing to work with.

License MIT
2021-06-18 15:37:39 +02:00
Loïc Dachary ca8add6011
quickstarts is nested too deeply, move it up 2021-06-18 12:24:46 +02:00
Loïc Dachary 30c4a99e49
add instructions on how to configure Apache2
Instead of suggesting Apache2 could be used, provide an
example configuration that can be copy/pasted and modified.

License MIT
2021-06-18 12:19:01 +02:00
Loïc Dachary 1ed252a1d3
the settings for databases are now in /etc/authentic2/settings.d
And not in the source tree of the authentic project.

License MIT
2021-06-18 11:51:05 +02:00
Loïc Dachary 57c4c35bdc
reword the note related to the release cycle 2021-06-18 11:45:08 +02:00
Loïc Dachary ac10c7ac1a
upgrading from packages does not require manual intervention
And since the PyPI are no longer updated, there is no need to
update the manual installation instructions.

License: MIT
2021-06-18 11:33:39 +02:00
Loïc Dachary 75b79ebbc9
remove obsolete and misleading installation_modes.rst
The information it contains is obsolete and misleading:

* it is relative to python2 and django 1.5
* the list of dependencies is redundant with setup.py as
  well as package dependencies
* lasso installation instructions are outdated and out of
  scope
* authentic is no longer published on pypi.org
* the installation instructions from source are redundant
  with the development section

License: MIT
2021-06-18 08:43:54 +02:00
Loïc Dachary eaf10d9df3
authentic is no longer published on pypi.org
It must be installed from Debian packages to get the latest version.

License: MIT
2021-06-18 08:34:05 +02:00
Loïc Dachary 034949d613
remove obsolete and misleading quick_ldap_backend.rst
The information it contains is misleading because it is out of context
and is no longer relevant: it has not been updated in 7 years.

License: MIT
2021-06-18 08:03:25 +02:00
Loïc Dachary db93032703 doc: add a reference to the release cycle (#51668)
License: MIT
2021-05-04 16:21:04 +02:00
Benjamin Dauvergne 17ab40075b remove vendored dpam library (fixes #29085) 2018-12-17 10:38:39 +01:00
Mikaël Ates becd97ac4c documentation: refactor documentation (refs #5455). 2014-12-03 17:24:38 +01:00
Mikaël Ates 297db43d6e [doc] Update installation part of the documentation.
The documentation should be clearer about the installation of
    Authentic 2, taking in account that the setup script now
    manages dependencies.

    The documentation also contains a new part about the deployments in
    production and the use of collectstatic.
2012-05-11 17:32:14 +02:00
Mikaël Ates 7b2173294c [doc] Fix typo. 2012-04-27 15:14:19 +02:00
Mikaël Ates 088228b60a Remind that collectstatic is not necessary in debug mode. 2012-04-27 11:19:03 +02:00
Mikaël Ates 6ebf4402c7 README and doc updated, dependency on Django 1.4. 2012-04-24 16:33:04 +02:00
Mikaël Ates 6b0100e515 [doc] Update part on the debug-toolbar-dependency. 2012-04-24 16:13:17 +02:00
Mikaël Ates 09b3b0067f [doc] Aword on debug mode by default, statics and the debug toolbar.
The DEBUG mode by default is a temporary choice to have the users
beginning with Authentic 2 and using the development server not be
disappointed by the static files not served.

The Django Debug Toolbar is a dependency in the DEBUG mode.
2012-04-12 23:29:51 +02:00
Benjamin Dauvergne 0d796056aa Reference deb.entrouvert.org for installing Lasso 2011-12-29 19:39:30 +01:00
Benjamin Dauvergne 3e057bf502 Remove instruction about installing django-registration as it is included in authentic2
django-registration is badly maintained currently, a fork exists named
django-registration2 but it is incompatible with django-auth-openid as
it changed some url internal names. For now we must consider
django-registration an internally distributed dependency. The copy in
authentic/vendor/registration/ should be updated regurlarly.
2011-12-29 19:36:49 +01:00
Mikaël Ates 5fcd1a9bff [doc] Missing installation instruction. 2011-12-23 08:14:02 +01:00
Mikaël Ates 75439f8c07 [doc] Use Lasso 2.3.6. 2011-12-21 18:44:35 +01:00
Mikaël Ates 9822890dc0 First bits of documentation using Sphinx. 2011-10-13 23:22:52 +02:00