Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.31 KB

[DEPRECATED] This is the old community website for the Belgian ruby user group

This is the repo for the Belgian Ruby UserGroup website (BRUG) Please fork or ask for project access so we can make this even better.

  • Ruby version

    • production runs on 1.9.3+
    • Also works on ruby 2
  • Configuration

Copy .env.example to .env and fill in all the keys.

We used mysql, copy the config/database.yml.example to config/databae.yml, fill in all the required fields en run these defailt rails commands

rake db:create:all
rake db:migrate
rake db:seed
  • How to run the test suite

We used minitest, so just run rake or rake test

  • Deployment instructions

Runs on Openminds. Contact us if you would like to be able to deploy. We only need your public ssh key.

PullReview stats Build Status