Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 797 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 797 Bytes

Ongarium Build Status Code Climate Test Coverage

Criando o projeto

  • git clone https://github.com/aceleradora8/ongarium-rails.git
  • cd ongarium-rails

Ubuntu

Configurando o Ambiente

Criando as variáveis de ambiente

  • sh ./script-varenv.sh

Criando o banco

  • sh ./script-db.sh

Rodando o servidor:

  • bundle exec rails server