EvertonSilva / volunteer

App para possibilitar e facilitar o contato entre voluntário e instituição.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volunteer

git clone ...

git add upstream ...

...

Basic commands

  • Clone the repo
  • in folder project run command docker-compose build to create all necessary components
  • after command run docker-compose up to cache gems, create database and initialize server

if you need to enter in container

run command docker-compose run --rm app

if you need to use rails console

run command docker-compose run --rm app bundle exec rails c

if you need run another command

you should have use complete path like ... bundle exec ...

About

App para possibilitar e facilitar o contato entre voluntário e instituição.


Languages

Language:Ruby 95.0%Language:HTML 4.4%Language:JavaScript 0.2%Language:CoffeeScript 0.2%Language:CSS 0.2%Language:Shell 0.0%