Line 27:
Line 27:
Apache2 virtual hosts config <code>dolibarr.fr.conf</code> and <code>dolibarr.org.conf</code> has been copied from <code>vmprod1</code> (Servername apache directive has just been modified to match names specified in [[#Addresses]]).
Apache2 virtual hosts config <code>dolibarr.fr.conf</code> and <code>dolibarr.org.conf</code> has been copied from <code>vmprod1</code> (Servername apache directive has just been modified to match names specified in [[#Addresses]]).
+
+
Enabling '''proxy '''and '''proxy_http '''modules.
+
+
Adding
+
+
<source lang="apache">
+
<Location "/forum">
+
ProxyPass "http://dolibarr-test-fr.traulle.net:8800/forum"
+
</Location>
+
</source>
=== Files ===
=== Files ===
Line 38:
Line 48:
Databases for French and International websites has been dumped and restored on test VM.
Databases for French and International websites has been dumped and restored on test VM.
+
+
=== Docker ===
+
+
Installed following the Docker docs : https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-engine---community-1