Skip to content

Commit

Permalink
FIX: Documentation change (#8884)
Browse files Browse the repository at this point in the history
  • Loading branch information
mogiiee authored Jun 3, 2023
1 parent 9026da7 commit a556a23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ git clone https://github.com/fossasia/open-event-server.git && cd open-event-ser
```sh
cp .env.example .env
```
Add SECRET_KEY in the env file to run properly in production mode . To generate a good secret value run python -c 'import secrets;print(secrets.token_hex())'

Add SECRET_KEY in the env file to run properly in production mode . To generate a good secret value run
```sh
python -c 'import secrets;print(secrets.token_hex())'
```
* In the same terminal window, run `docker-compose build` to build open-event-server's docker image. This process can take some time.

* After build is done, run `docker-compose up -d` to start the server.
Expand Down

0 comments on commit a556a23

Please sign in to comment.