Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasheithecker committed Feb 18, 2024
1 parent a50ad29 commit 4079011
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions install/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ services:

## Run

### Start
````bash
docker compose up -d
````

### Stop
````bash
docker compose stop
````

## Developer Information
### Docker Compose
We recommend that you use the ```./create-config.py``` to create all the config files and then change the following:
Expand All @@ -182,12 +192,24 @@ To
````
inside the ```docker-compose.yaml```

You can force a rebuild with
```bash
docker compose up --build formr_server -d
```

### Troubleshooting

#### Terminal Access
You can access the terminal of a container with
```bash
docker-compose exec <Continer_Name> bash
```
#### Formr Logs
```bash
docker-compose exec formr_server bash
cd /var/www/formr.org/tmp/logs
```


# Manual

Expand Down

0 comments on commit 4079011

Please sign in to comment.