This commit is contained in:
Kirthi Krishnamraju 2014-05-12 15:43:03 -07:00
Родитель 382da5e52b
Коммит 9e57f01a48
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -4,17 +4,18 @@
The first thing we need to do is setup the tools required to build and run an application.
* If you already have ```kvm``` installed on the machine ignore the steps below.
* Clone UpdateToLatest branch from [Home] (https://github.com/aspnet/Home) repository
* On the command line, cd to Home repository and execute ```kvm setup```
* This command will download the latest version of the SDK and put it on your path so that you can run the rest of the commands in the readme. If you want to know more about what this is doing then you can read the [KVM page](https://github.com/aspnet/Home/wiki/version-manager) of the wiki.
* On the command line execute ```kvm install 0.1-alpha-build-0421```
* This command will install Desktop flavor of KRE build 0421
* If you already have ```kvm``` installed on the machine ignore above steps.
* Clone this repository
* This command will install Desktop flavor(x86) of KRE build 0421 in your user profile
* Clone MusicStore repository, if you have not already
### Run the application:
1. Open a command prompt and cd ```\src\<AppFolder>\```
2. Run ```kpm restore``` to restore all the necessary packages and generate project files
Note: ```kpm restore``` currently works only on Desktop flavor. If you intend to use Core CLR, you should get Desktop flavor, execute ```kpm restore``` and then switch to Core CLR
3. **[Helios]:**
4. ```Helios.cmd``` to launch the app on IISExpress (Application started at URL **http://localhost:5001/**).
4. **[SelfHost]:**