Update README.md
This commit is contained in:
@@ -5,13 +5,13 @@ Complete source of the umbraco community site, our.umbraco.org.
|
||||
|
||||
|
||||
##Database restore
|
||||
Download the SQL Server Database from: http://umbracoreleases.blob.core.windows.net/ourumbraco/our-database-backup.zip
|
||||
Download the SQL Server Database from: http://umbracoreleases.blob.core.windows.net/ourumbraco/OurDev.zip
|
||||
|
||||
Restore the database to SQL Server 2008 R2 (at least R2 is required!) and update the connection string (umbracoDbDSN) in OurUmbraco.Site/web.config.
|
||||
Restore the database to SQL Server 2014 (won't work on earlier version) and update the connection string (umbracoDbDSN) in OurUmbraco.Site/web.config.
|
||||
**Note:** there's 2 connection strings, make sure to update them both.
|
||||
|
||||
##Build in visual studio
|
||||
Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manager).
|
||||
Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manager). The first buid of the project will take quite a while, be patient, it will finish at some point.
|
||||
|
||||
##Logging in
|
||||
All users and members use the same password: Not_A_Real_Password
|
||||
@@ -32,17 +32,6 @@ Yes, this is a scary command line operation, don't you love it?! :-D
|
||||
|
||||
(More info on how this works: http://robots.thoughtbot.com/post/5133345960/keeping-a-git-fork-updated)
|
||||
|
||||
##Ignore your local web.config
|
||||
To ensure you don't accidently commit your local web.config file, you can tell git ignore any changes done to this file.
|
||||
Simply run the below command in git bash:
|
||||
|
||||
git update-index --assume-unchanged OurUmbraco.Site/web.config
|
||||
|
||||
.. Yes, this is a scary command line operation, don't you love it?! :-D
|
||||
|
||||
##Projects section
|
||||
Note: the projects section doesn't work well at the moment, due to missing Marketplace.*.dll files. We still need to seperate our some of the Deli processes into a seperate DLL.
|
||||
|
||||
##Issues
|
||||
If you're creating a pull request, make sure that it's backed by an issue on the tracker: http://issues.umbraco.org/issues?q=project%3A+our.umbraco.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user