Skip to content

Commit

Permalink
Update README.nitrous.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeminderjs committed Apr 18, 2014
1 parent 78f8938 commit 5a2feca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.nitrous.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

Run the following commands in the Terminal below:

1. ```cd ~/workspace/meteor-admin-site/demo```
1. ```cd ~/workspace/meteor-admin-site/demo/```
2. ```parts install meteor```
3. ```npm install meteorite -g```
4. ```mrt```

Go to the ```Preview Menu``` and click ```Port 3000```.

Login with the user ```admin``` and the password ```123456```.

## Optional - Initialize the git repo

1. cd ~/workspace/meteor-admin-site/
2. git init
3. git remote add origin https://github.com/nodeminderjs/meteor-admin-site.git
4. git fetch
5. git checkout -tf origin/master
6. git config user.email "[email protected]"
7. git config user.name "Your Name"

0 comments on commit 5a2feca

Please sign in to comment.