Hi All,
I have successfully install Odoo 8 on my VPS using SSH.
** FYI I follow the following blog https://odootricks.wordpress.com/2014/09/30/installing-odoo-8-on-centos-6-with-virtual-python-install/comment-page-1/
So my next step, I would like to install another instance of Odoo 8 running concurrently (Because I would like to run 2 ecommerce site using Odoo 8).
So base on the steps, anyone got any idea what should be modified on the blog so as I can install another instance.
E.g. chown odoo.odoo -> chown odoo2.odoo2 (It is just an example)
Thanks