Files
OurUmbraco/README.md
T
Sebastiaan Janssen d122f395e1 Update README.md
2012-12-18 10:37:26 +01:00

644 B

Our Umbraco

Download the SQL Server Database from: https://dl.dropbox.com/u/3006713/our-cleaned-db.zip?dl=1

Restore the database to SQL Server 2012 (looking into a 2008 option!) and update the connection string (umbracoDbDSN) in OurUmbraco.Site/web.config

Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manager).

To sync your fork with this original one, you'll have to add the upstream url once: git remote add upstream git://github.com/umbraco/OurUmbraco.git

And then each time you want to get the changes: git fetch upstream

.. Yes, this is a scary command line operation, don't you love it?! :-D