Skip to content

Commit cbe5b56

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

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

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

3+
## Development
4+
5+
Setup login information in `.env`
6+
7+
```bash
8+
docker compose pull
9+
docker compose up --detach
10+
docker compose exec phpfpm composer install
11+
docker compose run --rm node yarn install
12+
13+
# Run migrations
14+
docker compose exec phpfpm bin/console doctrine:migrations:migrate
15+
16+
# Load fixtures (Optional)
17+
docker compose exec phpfpm bin/console hautelook:fixtures:load --no-interaction
18+
```
19+
20+
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".
21+
322
## Description
423

524
TODO

0 commit comments

Comments
 (0)