Skip to content

phrug/pinoyrb

Repository files navigation

Philippine Ruby Users Group

  • Dependency Status
  • Build Status

Yay, bagong website. LOL

http://pinoyrb.org

Requirements

  • Postgresql 9.6
  • ruby 2.3.5

Developing Pinoyrb

Install dependencies and run the following on your terminal:

# Clone and setup to the repo
$ git clone git@github.com:phrug/pinoyrb.git
$ cd pinoyrb
$ bundle install
$ bundle exec rake db:setup

# Run tests
$ bundle exec rspec spec

# Run server
$ bundle exec rails server