-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2629 from nitrous-io/develop
Add nitrous.io quickstart config and update readme
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
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
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 |
---|---|---|
@@ -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". |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"template": "meteor", | ||
"ports": [3000], | ||
"name": "Rocket.Chat", | ||
"description": "Have your own Slack like online chat, built with Meteor." | ||
} |