Skip to content

Commit

Permalink
Merge pull request #33 from odtp-org/hotfix-installations
Browse files Browse the repository at this point in the history
choire(installations): update installation instructions
  • Loading branch information
sabinem authored Apr 18, 2024
2 parents 5365edb + cd869e4 commit 49410cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/installation/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ MONGO_EXPRESS_PASSWORD= # chose a user name for example: test1234
ODTP_PATH= # /Absolute/Path/To/ODTP/Services/Folder/digital-twins
MINIO_PATH= # /Absolute/Path/To/ODTP/Services/Folder/minio
MONGODB_PATH= # /Absolute/Path/To/ODTP/Services/Folder/mongodb

# Dashboard parameters
ODTP_DASHBOARD_PORT= # some port, for example: 8003
ODTP_DASHBOARD_RELOAD=false # true is needed for development
```

The `compose.yml` file will take the values from the `.env` file
Expand Down
4 changes: 4 additions & 0 deletions docs/installation/odtp-local-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ ODTP_SECRET_KEY=[MINIO_PASSWORD]

# your github token
GITHUB_TOKEN=[GITHUB_TOKEN]

# Dashboard parameters
ODTP_DASHBOARD_PORT= # some port, for example: 8003
ODTP_DASHBOARD_RELOAD=false # true is needed for development
```

ODTP will use the .env file to access the services and github. Please make sure that you have entered all information correctly.
Expand Down

0 comments on commit 49410cb

Please sign in to comment.