mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
remove migrate
This commit is contained in:
parent
5506939678
commit
30fb4b37a0
81 changed files with 171 additions and 235656 deletions
13
README.md
13
README.md
|
@ -1,7 +1,5 @@
|
|||
# Stadtratmonitor
|
||||
|
||||
[](https://travis-ci.org/CodeforLeipzig/stadtratmonitor) [](https://coveralls.io/github/CodeforLeipzig/stadtratmonitor?branch=master)
|
||||
|
||||
**Offical site:** https://stadtratmonitor.leipzig.codefor.de/
|
||||
|
||||
## Usage / Features
|
||||
|
@ -70,6 +68,17 @@ docker.
|
|||
1. Get the address of the docker host: `docker-machine ip default`
|
||||
1. Point your browser to: 'http://\<IP of docker host\>:3000'
|
||||
|
||||
```
|
||||
rake assets:clean
|
||||
rake assets:clobber
|
||||
rake tmp:clear
|
||||
|
||||
rails css:install:bootstrap
|
||||
sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --load-path=node_modules
|
||||
rails javascript:install:esbuild
|
||||
```
|
||||
|
||||
|
||||
### Importing data and building the index
|
||||
1. Currently an API key for morph is required:
|
||||
`cp config/morph.yml.example config/morph.yml`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue