mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Merge branch 'master' of github.com:SachaG/Telescope
This commit is contained in:
commit
0430f9ba20
2 changed files with 21 additions and 0 deletions
|
@ -27,6 +27,14 @@ Telescope is an open-source, real-time social news site built with [Meteor](http
|
|||
- cd /some/path
|
||||
- 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:
|
||||
|
||||
[](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=TelescopeJS%2FTelescope&file_to_open=README.nitrous.md)
|
||||
|
||||
# Hosting Telescope
|
||||
|
||||
I recommend using either Meteor's own free hosting service, or checking out [Modulus](http://modulus.io/).
|
||||
|
|
13
README.nitrous.md
Normal file
13
README.nitrous.md
Normal 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"
|
Loading…
Add table
Reference in a new issue