You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/GettingStarted.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
# Database Setup
2
2
1. Install SQL Server
3
3
- You will need to install [SQL Server](http://downloadsqlserverexpress.com). The best option - but the biggest download file - is the `SQL Server Express with Advanced Services` option. This will give you what is needed in order to run the server and a full suite of managment tools.
4
-
2. Run the [scripts located here](https://github.com/M-Zuber/MyHome/tree/Testing/MyHome.Persistence/Scripts)
5
-
- This will create the tables and an user to connect with SQL Server not using Windows authentication
6
-
3. Verify that SQL Server has mixed/SQL authentication enabled, otherwise the program will not be able to connect
4
+
2. We are using EF Code first. There is no second step.
7
5
8
6
##Trouble Shooting
9
7
If the program still doesn't work, try the following:
0 commit comments