mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Stadtratmonitor – Frontend
https://stadtratmonitor.leipzig.codefor.de
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
test | ||
vendor/assets | ||
.gitignore | ||
.ruby-version | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Rakefile | ||
README.md |
Stadtratmonitor
Setup
- Install Ruby, Bundler, Elasticsearch
- Start Elasticsearch:
$ elasticsearch
- Setup Rails app:
$ bundle && bundle exec rake db:setup
- Start Rails server:
$ bundle exec rails s
- Visit http://localhost:3000