Service de gestion de profils dynamiques
Go to file
wpetit caa152748b chore: initial commit 2020-10-26 12:19:55 +01:00
bin Add initial set of files 2020-10-26 11:31:01 +01:00
config chore: initial commit 2020-10-26 12:19:55 +01:00
migrations chore: initial commit 2020-10-26 12:19:55 +01:00
public Add initial set of files 2020-10-26 11:31:01 +01:00
src chore: initial commit 2020-10-26 12:19:55 +01:00
.env chore: initial commit 2020-10-26 12:19:55 +01:00
.gitignore Add initial set of files 2020-10-26 11:31:01 +01:00
.php_cs.dist chore: initial commit 2020-10-26 12:19:55 +01:00
Makefile chore: initial commit 2020-10-26 12:19:55 +01:00
README.md chore: initial commit 2020-10-26 12:19:55 +01:00
composer.json chore: initial commit 2020-10-26 12:19:55 +01:00
composer.lock chore: initial commit 2020-10-26 12:19:55 +01:00
package-lock.json chore: initial commit 2020-10-26 12:19:55 +01:00
package.json chore: initial commit 2020-10-26 12:19:55 +01:00
symfony.lock chore: initial commit 2020-10-26 12:19:55 +01:00

README.md

Janus

Service de gestion de profils dynamiques

Démarrer avec les sources

make deps   # Installer les dépendances Symfony/Composer
make up     # Lancer le serveur de développement

# Dans un second terminal
make db-up
make db-init

Les commandes utiles

Commande Description
make db-shell Ouvrir l'invite de commande MySQL
make db-reset Réinitialiser la base de données
make db-init Initialiser le schéma de la base de données

Ressources