$ git clone [email protected]:ibou/community.git
$ cd community
$ ./start.sh
$ ./stop.sh
sudo nano /etc/hosts
$ composer install
$ npm install
$ yarn encore dev ou ./node_modules/.bin/encore dev
ajouter la ligne
127.0.0.1 sf-commulity-localhost
Aller à http://sf-commulity-localhost
Créer une nouvelle base de données "community" dans http://localhost:8000
$ bin/run-short-command.sh [commande_name]
Créer une nouvelle base de données "test_community" dans http://localhost:8000
importer la base de test à partir du fichier sql : data/sql/test_community.sql
$ bin/run-short-command.sh dotests
- Maildev : http://0.0.0.0:1080
- PhpMyAdmin : http://0.0.0.0:8000
- Projet : http://sf-commulity-localhost