Merge branch 'master' of github.com:SachaG/Telescope

This commit is contained in:
Sacha Greif 2014-04-30 15:07:00 -07:00
commit 0430f9ba20
2 changed files with 21 additions and 0 deletions

View file

@ -27,6 +27,14 @@ Telescope is an open-source, real-time social news site built with [Meteor](http
- cd /some/path - cd /some/path
- Run `mrt` - Run `mrt`
# Developing on Nitrous.IO
Start hacking on this app on
[Nitrous.IO](https://www.nitrous.io/?utm_source=github.com&utm_campaign=Telescope&utm_medium=hackonnitrous)
in seconds:
[![Hack TelescopeJS/Telescope on Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=TelescopeJS%2FTelescope&file_to_open=README.nitrous.md)
# Hosting Telescope # Hosting Telescope
I recommend using either Meteor's own free hosting service, or checking out [Modulus](http://modulus.io/). I recommend using either Meteor's own free hosting service, or checking out [Modulus](http://modulus.io/).

13
README.nitrous.md Normal file
View file

@ -0,0 +1,13 @@
# Setup for Nitrous.IO
Before you can run this project, you will need to install Meteor with Autoparts, and install Meteorite with NPM.
Run the following commands in the Terminal below:
1. `cd ~/workspace/Telescope/`
2. `parts install meteor`
3. `npm install -g meteorite`
4. `mrt update`
5. `meteor`
Go to the "Preview Menu" and click "Port 3000"