Skip to content

jasonschroeder/CloudComfort-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudComfort-web

INSTALLING

  • Install ruby

  • Install "bundler" gem

    $ sudo ruby install bundler
    
  • Install memcached 1.4+ to localhost

    $ sudo port install memcached
    
  • Clone from git

  • Install gems

    $ bundle install
    
  • Run the app

    $ rackup
    
  • Open browser

    $ open http://localhost:9292/
    

Deploying to Heroku

  • clone the repo

  • create new Heroku instance

    $ heroku create <app_name>

  • add memcached

    $ heroku addons:add memcache

  • Push to Heroku

    $ git push heroku master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages