Sin Descripción

Georgios Larkou: 252cd3918f Added README.md %!s(int64=14) %!d(string=hace) años
config 02d6128462 working server %!s(int64=14) %!d(string=hace) años
Gemfile 16b613c58e working 2 %!s(int64=14) %!d(string=hace) años
Gemfile.lock 16b613c58e working 2 %!s(int64=14) %!d(string=hace) años
Procfile b7967d9306 working finally %!s(int64=14) %!d(string=hace) años
README.md 252cd3918f Added README.md %!s(int64=14) %!d(string=hace) años
config.ru 02d6128462 working server %!s(int64=14) %!d(string=hace) años

README.md

Running Faye Server on Heroku Cedar stack

Clone repository

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

Initializing git and first commit

Initialize git:

git init

Add files:

git add .

First Commit:

git commit -m "First Commit"

Creating a new app on Heroku

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 code to Heroku

Push files to Heroku:

git push heroku master

Go to you provided by Heroku link and check that your application is working!

References

Special Thanks

  • James Coglan - Faye Developer