_ _ ____ ___ ___
| | __ _ | |__ | _ \ |_ _| / _ \
| | / _` | | '_ \ | |_) | | | | | | |
| | | (_| | | |_) | _ | _ < | | | |_| |
|_| \__,_| |_.__/ (_) |_| \_\ |___| \___/
Ferramenta | Link de Acesso |
---|---|
Preview Editor Desenvolvimento | Cloud.9 |
Site Lab | View Site Cloud.9 |
-
Voce tem que ter o Git instalado
-
Muito importante ter o Ruby on Rails instalado também
- Fork o projeto!
- Crie uma branch com sua feature:
git checkout -b my-new-feature
- Commite suas mudanças:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Envie o seu pull request :D
How to run project Cloud9
$ rvm --default use 2.2.3
$ gem install bundler
$ bundle install
$ bundle exec rackup -o $IP -p $PORT
Executando Servidor
ruby app.rb -p $PORT -o $IP
Feito com amor ❤️ LAB.RIO