Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot authored Dec 8, 2023
1 parent f11afd2 commit efc98d9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,23 @@ These instructions will guide you through getting a copy of the project up and r
2. Build and run the Docker containers:
```bash
docker-compose up -d
docker exec -it markaspot ./scripts/start.sh
```

3. Jump into the container:
```bash
docker exec -it markaspot /bin/sh
```
4. Run composer install
```bash
/app/data $ composer install
```
5. Copy settings.prod.php
```bash
/app/data $ cp conf/settings.prod.php web/sites/default/
```
6. Run the start.sh script
```bash
/app/data $ ./scripts/start.sh
```
The `start.sh` script has two options:
- `-y` For automatic installation with predefined values (latitude: 40.73, longitude: -73.93, city: New York, locale: en_US)
- `-t` To import translation file from the `/translations` directory and enable translations for terms
Expand Down

0 comments on commit efc98d9

Please sign in to comment.