Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Caillou pète des roches
calendrier
Commits
a7c0a6a3
Verified
Commit
a7c0a6a3
authored
Feb 12, 2022
by
Romain Lebbadi-Breteau
Browse files
Add README.md
parent
96c535a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
a7c0a6a3
# calendrier
Ce projet est un calendrier avec des trucs cools en plus.
## Installation
Installez docker et docker-compose puis faites les commandes suivantes :
```
bash
docker compose build
docker compose pull
docker compose up
-d
```
## Configuration
Pour créer des données de test, faites cette commande :
```
bash
docker compose
exec
web ./bin/console doctrine:fixtures:load
```
Cela va notamment créer un user avec les identifiants suivants :
-
username : admin@test.step
-
password : password
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment