|
||||
---|---|---|---|---|
config | 02d6128462 | 14 ans auparavant | ||
Gemfile | 16b613c58e | 14 ans auparavant | ||
Gemfile.lock | 16b613c58e | 14 ans auparavant | ||
Procfile | b7967d9306 | 14 ans auparavant | ||
README.md | 252cd3918f | 14 ans auparavant | ||
config.ru | 02d6128462 | 14 ans auparavant |
Browse to your desirable application directory:
cd to_directory
eg:
cd my_faye_server
Clone from GitHub:
git clone git://github.com/ntenisOT/Faye-Server-Cedar.git
Initialize git:
git init
Add files:
git add .
First Commit:
git commit -m "First Commit"
Install Heroku gem if you do not have already installed it:
gem install heroku
Creating a new app running on Cedar stack:
heroku create app_name --stack cedar
Push files to Heroku:
git push heroku master
Go to you provided by Heroku link and check that your application is working!