forked from garlovel/doc-devcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
2 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
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 |
---|---|---|
|
@@ -8,13 +8,17 @@ Heroku provides a free web application deployment services, integrated with | |
the Cloud9 development environment through Git and GitHub. Following is a | ||
brief outline for configuring and deploying a project on Heroku. | ||
|
||
Create Heroku Server Instance | ||
============================= | ||
|
||
Add Heroku Server to Project | ||
============================= | ||
|
||
+ Open a project in Cloud9 | ||
+ In the Cloud9 Project, choose :menuselection:`View --> Console` from the menu | ||
+ At the console command line, type:: | ||
c9pm install heroku | ||
git remote add heroku [email protected]:__heroku-server__.git | ||
where ``__heroku-server__`` is replaced with your heroku server name | ||
|