Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

scalableinternetservicesarchive/TheRealBBoe

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

#USEFUL COMMANDS
docker-compose build web
docker-compose run web bundle install
docker-compose run web yarn install
docker-compose build web
docker-compose up --detach db
docker-compose ps
docker-compose run web rails db:create
docker-compose run web rails db:migrate
docker-compose run web rails db:seed\

sudo docker exec -it therealbboe_db_1 /bin/bash
psql -U postgres app_development\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published