Skip to content

cyrusstoller/strollio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting up the application

.env

SINGLY_ID=xxxx
SINGLY_SECRET=xxxx
YAHOO_APP_ID=xxxx
$ bundle install
$ rake db:create # first time only
$ rake db:migrate # only if you updated the database
$ foreman start
$ bundle exec autotest

Deploying on Heroku

You'll need to change your host so that callbacks will provide the appropriate url. Change the url in config/config.yml.

Setting up your application

$ heroku create --stack cedar
$ git push heroku master
$ heroku run rake db:create
$ heroku run rake db:migrate

Updating your application

$ git push heroku master
$ heroku run rake db:migrate # only if you updated the database

About

Social image search by geolocation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published