Skip to content

Instantly share code, notes, and snippets.

@thiagovsk
Last active January 13, 2016 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagovsk/41247e6b54acbc72e730 to your computer and use it in GitHub Desktop.
Save thiagovsk/41247e6b54acbc72e730 to your computer and use it in GitHub Desktop.
configurando docker + noosfero rails 4
No debian:
- instale o pacote docker.io
- Entre na raiz do projeto noosfero clonado via git
- sudo docker pull noosfero/dev-rails4 (Vai demorar um pouco)
- sudo docker run -it -p 3000:3000 noosfero/dev-rails4
- ./scritp/quick-start
- ./script/development
Enjoy =)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment