-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78f8938
commit 5a2feca
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |