Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 600 Bytes

README.nitrous.md

File metadata and controls

22 lines (16 loc) · 600 Bytes

Setup

Run the following commands in the Terminal below:

  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"