Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-dobre authored Apr 28, 2020
1 parent 10ed4cc commit 7e9cb7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ From within `openimis-dist_dkr/windows` directory:

* If you use the demo docker 'db' service:
* choose the SQL script to create/restore the database. Reference models are provided in [database_ms_sqlserver](https://github.com/openimis/database_ms_sqlserver) github. Example:
* Empty database: `https://github.com/openimis/database_ms_sqlserver/blob/v1.4.2/Empty%20databases/openIMIS_ONLINE.sql?raw=true`
* Demo database: `https://github.com/openimis/database_ms_sqlserver/blob/v1.4.2/Demo%20database/openIMIS_demo_ONLINE.sql?raw=true`
* Empty database: `https://github.com/openimis/database_ms_sqlserver/blob/master/Empty%20databases/openIMIS_ONLINE.sql?raw=true`
* Demo database: `https://github.com/openimis/database_ms_sqlserver/blob/master/Demo%20database/openIMIS_demo_ONLINE.sql?raw=true`
* build and start the database docker image: `docker-compose up db`
* create the imis database into the container:
* `docker container ls` and spot the line (CONTAINER ID) with `openimis-db` IMAGE name
* `docker exec <CONTAINER ID> /create_database.bat`
* create the imis users
* `docker exec <CONTAINER ID> / create_user_db.bat`
* `docker exec <CONTAINER ID> /create_user_db.bat`
* build and start rest of the container (and backend) docker image: `docker-compose up`
(note: at each start, openIMIS will apply the necessary database migrations to update the database scheme)
* register your openIMIS superuser in the gateway:
Expand Down

0 comments on commit 7e9cb7b

Please sign in to comment.