Run the following commands in the Terminal below:
cd ~/workspace/meteor-admin-site/demo/
parts install meteor
npm install meteorite -g
mrt
Go to the Preview Menu
and click Port 3000
.
Login with the user admin
and the password 123456
.
- cd ~/workspace/meteor-admin-site/
- git init
- git remote add origin https://github.com/nodeminderjs/meteor-admin-site.git
- git fetch
- git checkout -tf origin/master
- git config user.email "[email protected]"
- git config user.name "Your Name"