8000 GitHub - crowdcover/congo-mines-app: Rails app for the CongoMines project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crowdcover/congo-mines-app

Repository files navigation

congo-mines-app

Rails app for the CongoMines project

Install

bundle install

bundle exec rake db:migrate

Running

Start solr (or search and admin will not work)

bundle exec rake sunspot:solr:start

bundle exec rake sunspot:solr:reindex

Start the web server

bundle exec rails s -p 3000 -b '0.0.0.0'

to stop solr

bundle exec rake sunspot:solr:stop

Production Deployment

Docker

Quay.io is configured to build any new version tag

Docker Repository on Quay

Upgrading

After upgrading in production:

Run migrations

bundle exec rake db:migrate

Run asset precompile (if dependencies have changed)

bundle exec rake assets:precompile

About

Rails app for the CongoMines project

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0