Skip to content

robsdudeson/columbusrb.com

Repository files navigation

Columbus Ruby Brigade Website

About

TODO: Add some information about CRB

How to Join

TODO: Add steps on how to join

Contributing

Some utility scripts have been added:

# Run the above docker-compose commands
script/docker-start
# Run commands in the container
script/docker-run rails c

View in your browser at http://localhost:3000/

Or directly with docker-compose:

docker-compose build
docker-compose create
docker-compose start postgres
docker-compose run --rm app bundle exec rake db:setup
docker-compose start app

To run commands in the context of the container, e.g., rake -T:

docker-compose run --rm app rake -T

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.6%
  • HTML 22.4%
  • Shell 2.0%
  • CSS 1.8%
  • JavaScript 1.2%