Olivier Berger <[email protected]> writes:

> Hi.
>
> You may have heard about Docker [0], a "lightweight containers" solution
> which is becoming quite popular.
>
> I've experimented a bit with it to be able to install FusionForge inside
> a docker container, instead of having to run a full fledged VM [1].
>
SNIP

> It's not yet a complete procedure, as some personalization steps are
> required inside the guest to make sure everything runs smoothly, but
> that's a start, at least for basic plugin work in PHP over the DB.
>

I've improved the procedure by adding another Dockerfile for the last
step, the fusionforge[-minimal] installation, instead of a manual
install + docker commit.

It allows much more straightforward installation :-)

See [2] for the section which I've updated accordingly. A trick is to
start postgres before the apt-get install inside the same RUN command,
otherwise docker will kill postgres before processing the installation,
which fusionforge won't like.

Thanks to Sylvain for the UCF env var setting reminder.

Again, tests/improvements/comments much welcome.

Best regards,

[2] 
https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Docker#Dockerfile_for_fusionforge-minimal
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)

_______________________________________________
Fusionforge-general mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general

Reply via email to