Skip to content

Commit 22602cb

Browse files
author
Sine Jespersen
committed
4565: add development documentation
1 parent 354e80e commit 22602cb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# OS2Display
22

3+
## Development
4+
5+
```bash
6+
docker compose pull
7+
docker compose up --detach
8+
docker compose exec phpfpm composer install
9+
docker compose run --rm node npm install
10+
11+
# Run migrations
12+
docker compose exec phpfpm bin/console doctrine:migrations:migrate
13+
14+
# Load fixtures (Optional)
15+
docker compose exec phpfpm bin/console hautelook:fixtures:load --no-interaction
16+
```
17+
18+
The fixtures have an admin user: <[email protected]> with the password: apassword The fixtures have an editor user: <[email protected]> with the password: apassword The fixtures have the image-text template, and two screen layouts: full screen and "two boxes".
19+
320
## Description
421

522
TODO

0 commit comments

Comments
 (0)