https://github.com/romdim/dsw-dc
Data Stewardship Wizard - Docker Compose
https://github.com/romdim/dsw-dc
Last synced: 5 months ago
JSON representation
Data Stewardship Wizard - Docker Compose
- Host: GitHub
- URL: https://github.com/romdim/dsw-dc
- Owner: romdim
- License: apache-2.0
- Created: 2019-03-21T10:30:39.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-28T14:09:33.000Z (about 7 years ago)
- Last Synced: 2025-01-23T11:45:36.950Z (over 1 year ago)
- Language: Dockerfile
- Size: 89.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dsw-dc
Data Stewardship Wizard - Docker Compose
Following the steps of the [installation guide](https://docs.ds-wizard.org/installation), creating a repo for running the DSW server/client/server_worker through Docker Compose.
Only skipped the dsw folder step. Everything enclosed within the root folder.
When you run it for the first time, first run `docker-compose up` and then run the `import/public-questionnaire.sh` script to import the public questionnaire in your database, if you need it. If you ever remove the data folder then from your repo, you would need to run the same script again.
This will result in running the apps in production mode.
For development purposes, there is the `docker-compose.develop.yml` which you can run by: `docker-compose -f docker-compose.yml -f docker-compose.develop.yml up`.