Skip to content
Extraits de code Groupes Projets

LQDN soutien

Installation

In order to install this project, run make doctor to check that everything is fine.

Then you can run make install to install the project. Follow instructions if needed. To install the DB, you need to run make reset-db (it will remove your local DB if it exists).

Once everything if fine, you can run a simple PHP server with make server-start

You have those accounts to test:

To access to the admin (/admin) use admin/password

Contributing

Before submitting a PR, makes sure tests are OK: make test