An error occurred fetching the project authors.
- 04 Feb, 2015 1 commit
-
-
Julien Muchembled authored
- switch-softwaretype recipe is not merged to master yet so we must slapos-cookbook in develop mode, like for ERP5. - Recognize "RootSoftwareInstance" as default software type for compatibility.
-
- 18 Nov, 2014 3 commits
-
-
Julien Muchembled authored
Contrary to ERP5, there's no mysql-update service: - this simplifies the SR - after reading the MySQL documentation, the automatic use of mysql_upgrade is quite frightening: « You should always back up your current MySQL installation before performing an upgrade. » « After running mysql_upgrade, stop the server and restart it so that any changes made to the system tables take effect. » (which is currently not done by the recipe) - the future of NEO is an embedded DB like libmysqld
-
Julien Muchembled authored
New 'slapos-kill' from slapos.toolbox is used instead of 'killpidfromfile' This is required for NEO which does not write any pid file.
-
Julien Muchembled authored
The inline recipe for ERP5 has been improved and converted into recipe, which is reused for NEO. Templates are instanciated only if they're used, so no need anymore to wrap them with: {% if slap_software_type == software_type -%} ... {% endif %}
-
- 10 Oct, 2012 1 commit
-
-
Vincent Pelletier authored
-