noosfero | Stable docker configurations for linux (!1386)

Gabriel Silva gitlab at mg.gitlab.com
Mon Jan 29 15:30:48 BRST 2018


Gabriel Silva started a new discussion on HACKING.md:

> +
> +The configuration is setup to run two containers, one with postgres and the other with noosfero. There are two options, development and production mode.
> +- Development:  
> +```
> +docker-compose -f dev.yml up --build
> +```
> +This configuration synchronize noosfero local repository with the code into the container. You'll be able to edit the code outside the docker container.  
> +You still able to use bash and other commands inside the container. After it is running, type the command:  
> +```
> +docker-compose -f dev.yml exec noosfero bash
> +```
> +You can access the web interface at `http://localhost:3000`
> +
> +- Production:
> +```
> +docker-compose -f prod.yml up --build

I think we would like to maintain images for every release on some registry, so I'm not sure about the `--build` flag.

---
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1386#note_56621700
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180129/e7693e15/attachment.html>


More information about the Noosfero-dev mailing list