Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages