Skip to content

Commit f263e81

Browse files
committed
Update env file creation
1 parent 9f714b1 commit f263e81

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/server/install/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ cd deployment/enterprise
4242

4343
### Start docker containers
4444

45-
Provided that `docker` and `docker-compose` are installed on your host, running <MainPlatformName /> stack should be as simple as running `docker-compose`. However, before doing that you would need to [configure](../environment/) your server setup via environment variables in <GitHubRepo desc=".prod.env" id="MerginMaps/server/blob/master/.prod.env" /> file.
45+
Provided that `docker` and `docker-compose` are installed on your host, running <MainPlatformName /> stack should be as simple as running `docker-compose`. However, before doing that you would need to [configure](../environment/) your server setup via environment variables in `.prod.env` file.
46+
If you have not created this file yet, please do so from the provided `.env.template` file provided.
47+
48+
```shell
49+
cp .env.template .prod.env
50+
```
4651

4752
Once configured, you can run:
4853
```shell

0 commit comments

Comments
 (0)