Update README.md

This commit is contained in:
Sebastiaan Janssen
2016-04-18 13:04:41 +02:00
parent 70b63998a1
commit ad0b3b7c71
+8
View File
@@ -7,6 +7,14 @@ Complete source of the umbraco community site, our.umbraco.org.
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.
Upon build a web.config file will be copied into the `OurUmbraco.Site` project which you can use in the following step.
If you're working on the frontend (the js/css/etc parts in `~/OurUmbraco.Client`) then you can either run `~/build/BuildClientFiles.bat` to build them and have them copied into the site or `~/build/RunGulp.bat` if you're actively working (gulp will monitor changes, build and copy). Or if you have npm/gulp installed on your machine you can run the usual commands in the `~/OurUmbraco.Client` folder:
```
npm install
npm install -g install gulp -g
gulp
```
##Database restore
Download the SQL Server Database from: http://umbracoreleases.blob.core.windows.net/ourumbraco/OurDev.zip