Adrian Short 40ef6f143d | 8 år sedan | |
---|---|---|
app | 8 år sedan | |
config | 11 år sedan | |
db | 11 år sedan | |
doc | 12 år sedan | |
lib | 11 år sedan | |
log | 12 år sedan | |
public | 12 år sedan | |
script | 11 år sedan | |
test | 11 år sedan | |
vendor | 12 år sedan | |
.gitignore | 12 år sedan | |
Gemfile | 11 år sedan | |
Gemfile.lock | 11 år sedan | |
Procfile | 11 år sedan | |
README.md | 11 år sedan | |
Rakefile | 12 år sedan | |
config.ru | 12 år sedan |
A GeoRSS aggregator and augmented reality server for Layar
© 2012-3 Adrian Short and Charlotte Gilhooly at Headline Data
This software was commissioned by Talk About Local as part of the HypARlocal project.
HypARlocal is funded by NESTA and the Nominet Trust.
Before installing/deploying:
$ export APOLLO_HOSTNAME=example.org
On Heroku:
$ heroku config:add APOLLO_HOSTNAME=example.org
Replace example.org
with your own hostname. When running locally this will probably be localhost:3000
.
Set up a cron job or other scheduler to run
$ rake get_all_feeds
once per hour or to taste.
Now create yourself a user account from the console:
$ rails c
> User.create :email => "me@example.org", :password => "verysecret", :password_confirmation => "verysecret"