Skip to content

Update index.md #608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/server/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ cp .env.template .prod.env
Once configured, you can run:
```shell
# For community edition
$ mkdir -p mergin_db # or wherever you set it to be
$ mkdir -p mergin_db projects # or wherever you set it to be
$ sh ../common/set_permissions.sh projects
$ docker-compose -f docker-compose.yml up -d

# For enterprise edition
$ mkdir -p mergin-db-enterprise # or wherever you set it to be
$ mkdir -p mergin-db-enterprise data map_data # or wherever you set it to be
$ sh ../common/set_permissions.sh data
$ sh ../common/set_permissions.sh map_data
$ docker-compose -f docker-compose.yml up -d
Expand Down
Loading