remove migrate

This commit is contained in:
Joerg Reichert 2023-04-07 21:58:47 +02:00
parent 5506939678
commit 30fb4b37a0
81 changed files with 171 additions and 235656 deletions

View file

@ -1,7 +1,5 @@
# Stadtratmonitor
[![Build Status](https://travis-ci.org/CodeforLeipzig/stadtratmonitor.png?branch=master)](https://travis-ci.org/CodeforLeipzig/stadtratmonitor) [![Coverage Status](https://coveralls.io/repos/github/CodeforLeipzig/stadtratmonitor/badge.svg?branch=master)](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`