Skip to content

Commit 0ba95c0

Browse files
Update README.md
1 parent b7639d3 commit 0ba95c0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In order to use and develop the openIMIS database on your local machine, you fir
1313
* Microsoft SQL Server (minimum version 2012)
1414
* Microsoft SQL Server Management Studio (SSMS)
1515

16-
### Installing
16+
### Installation
1717

1818
To make a copy of this project on your local machine, please follow the next steps:
1919

@@ -23,15 +23,15 @@ To make a copy of this project on your local machine, please follow the next ste
2323
git clone https://github.com/openimis/database_ms_sqlserver
2424
```
2525

26-
* Restore the openIMIS database backup file (from [Empty databases](./Empty%20databases/) folder) to your SQL Server using SSMS.
26+
* Restore the openIMIS database backup file (from [Empty databases](./Empty%20databases/) folder) to your SQL Server using SSMS. (The default empty database to restore is openIMIS_ONLINE_vX.Y.Z.bak)
2727

28-
* Execute the SETUP-IMIS stored procedure.
28+
* Once restored, execute the SETUP-IMIS stored procedure.
2929

30-
For documentation purposes only, we included the plain text scripts in the [Scripts](./Scripts/) folder.
30+
For documentation purposes only, refer to the plain text scripts of each individual database item in the [Scripts](./Scripts/) folder.
3131

3232
### Upgrading
3333

34-
In order to upgrade from the [previous version of openIMIS database](https://github.com/openimis/master-version/tree/master/Database/Empty%20databases), you must execute the migration script from [Migration script](./Migration%20script/) folder.
34+
In order to upgrade from the [previous version of openIMIS database](https://github.com/openimis/master-version/tree/master/Database/Empty%20databases), execute the migration script from [Migration script](./Migration%20script/) folder.
3535

3636
## Deployment
3737

0 commit comments

Comments
 (0)