2014-04-14 23:36:33 +00:00
|
|
|
# Setup for Nitrous.IO
|
|
|
|
|
2014-09-18 18:08:22 -07:00
|
|
|
Before you can run this project, you will need to install Meteor with Autoparts (open-source package manager built specifically for Nitrous.IO boxes).
|
2014-04-14 23:36:33 +00:00
|
|
|
|
|
|
|
Run the following commands in the Terminal below:
|
|
|
|
|
|
|
|
1. `cd ~/workspace/Telescope/`
|
|
|
|
2. `parts install meteor`
|
2014-09-18 18:13:20 -07:00
|
|
|
3. `meteor -p 0.0.0.0:3000`
|
2014-04-14 23:36:33 +00:00
|
|
|
|
2014-09-18 18:13:20 -07:00
|
|
|
Usually you would just run `meteor`, but for nitrous environment host `0.0.0.0` is required.
|
|
|
|
|
|
|
|
To preview the app, go to the "Preview Menu" and click "Port 3000"
|