Skip to content

Commit 03408e2

Browse files
committed
Updated the readme.md
1 parent 1209845 commit 03408e2

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}

.vs/slnx.sqlite

124 KB
Binary file not shown.

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,19 @@ In order to use and develop the openIMIS database on your local machine, you fir
1515

1616
### Installing
1717

18-
To make a copy of this project on your local machine, please clone the repository.
18+
To make a copy of this project on your local machine, please follow the next steps:
19+
20+
* clone the repository.
1921

2022
```
2123
git clone https://github.com/openimis/database_ms_sqlserver
2224
```
2325

24-
Restore the openIMIS database backup file (from [backup](./backup/) folder) to your SQL Server using SSMS.
26+
* Restore the openIMIS database backup file (from [backup](./backup/) folder) to your SQL Server using SSMS.
27+
28+
* Execute the SETUP-IMIS stored procedure.
2529

26-
For documentation purposes we included the plain text scripts in the [scripts](./scripts/) folder
30+
For documentation purposes only, we included the plain text scripts in the [scripts](./scripts/) folder.
2731

2832
## Deployment
2933

@@ -48,8 +52,11 @@ See also the list of [contributors](https://github.com/your/project/contributors
4852

4953
## License
5054

55+
Copyright (c) Swiss Agency for Development and Cooperation (SDC)
56+
5157
This project is licensed under the GNU AGPL v3 License - see the [LICENSE.md](LICENSE.md) file for details.
5258

59+
5360
<!--## Acknowledgments
5461
5562
* Hat tip to anyone whose code was used

0 commit comments

Comments
 (0)