Skip to content

Commit

Permalink
Merge pull request #2629 from nitrous-io/develop
Browse files Browse the repository at this point in the history
Add nitrous.io quickstart config and update readme
  • Loading branch information
engelgabriel committed Mar 24, 2016
2 parents 4404df2 + 5dabae6 commit 64ec905
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The Ultimate Open Source WebChat Platform
* [DPlatform](#dplatform)
* [IndieHosters](#indiehosters)
* [Cloudron.io](#cloudronio)
* [Nitrous.io](#nitrousio)
* [Heroku](#heroku)
* [Scalingo](#scalingo)
* [Sloppy.io](#sloppyio)
Expand Down Expand Up @@ -83,6 +84,14 @@ Get your Rocket.Chat instance hosted in a "as a Service" style. You register and
Install Rocket.Chat on [Cloudron](https://cloudron.io) Smartserver:

[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=chat.rocket.cloudronapp)

## Nitrous.io
**Free** development environment for Rocket.Chat in the cloud on [Nitrous.io](https://www.nitrous.io):

<a href="https://www.nitrous.io/quickstart">
<img src="https://nitrous-image-icons.s3.amazonaws.com/quickstart.png" alt="Nitrous Quickstart" width=142 height=34>
</a>

## Heroku
Host your own Rocket.Chat server for **FREE** with [One-Click Deploy](https://heroku.com/deploy)

Expand Down
16 changes: 16 additions & 0 deletions README.nitrous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Setup

Welcome to your Rocket.Chat project on Nitrous.

## Running the development server:

In the [Nitrous IDE](https://community.nitrous.io/docs/ide-overview), enter the following commands in the terminal window:

1. `cd ~/code/Rocket.Chat`
2. `meteor --port 0.0.0.0:3000`

Now you've got a development server running and can see the output in the Nitrous terminal window. You can open up a new shell or utilize [tmux](https://community.nitrous.io/docs/tmux) to open new shells to run other commands.

## Preview the app

In the Nitrous IDE, open the "Preview" menu and click "Port 3000".
6 changes: 6 additions & 0 deletions nitrous.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"template": "meteor",
"ports": [3000],
"name": "Rocket.Chat",
"description": "Have your own Slack like online chat, built with Meteor."
}

0 comments on commit 64ec905

Please sign in to comment.