Line 2:
Line 2:
This page describes the hardware/software infrastructure for the Open Food Facts + Open Beauty Facts projects.
This page describes the hardware/software infrastructure for the Open Food Facts + Open Beauty Facts projects.
+
+
== High level infrastructure design ==
+
+
1 dedicated OVH server running:
+
* 1 nginx reverse proxy to serve static files (installed with apt-get)
+
* 1 apache 2.4 + mod_perl (installed with apt-get)
+
** running two separate instances on different ports, 1 for OFF and 1 for OBF
+
* 1 MongoDB
+
+
=== History ===
+
+
From 2012 to 2016, OFF and OBF have been running on part of an OVH server (also used for other purposes):
+
* cat /etc/debian_version -> 6.0.10 (squeeze)
+
* 1 apache 2.4 setup as reverse proxy to serve static files (manually built)
+
* 1 apache 1.3 + mod_perl for OFF (manually built)
+
* 1 apache 1.3 + mod_perl for OBF (manually built)
+
* MongoDB 2.4.12 (installed from mongodb provided packages)
+
+
== New server install log ==
== New server install log ==