- Symfony CLI
- PHP 8.4, ideally with these extensions:
mbstring
andintl
- Docker Compose
- Make
Run this command:
git clone [email protected]:Pierstoval/Conventionist.git
cd Conventionist
make install
Open the https://127.0.0.1:8000 page.
Two users are available at first:
- User:
admin
, password:admin
, with full access to the backoffice - User:
visitor
, password:visitor
, with limited access: this user can only access entities for which they are "creator" (there's aCreators
field insrc/Entity
, check it out).
If the backoffice itself is not self-explanatory, feel free to submit an issue, the goal is to make the project easy to use.
The project is under AGPL-3.0 licence.
TL;DR: If you use and customize this project, you must re-publish all the changes in public with the exact same licence, commercial or not. Shorter version: create a fork on Github, push your custom work there (simplest solution).