Hello;
I searched but didn´t find any specific information about it: How do I install Odoo on a VPS?
Of course I know the wonderful working script from Yenthe666 - but that´s for a minimal Unbutu. But then there is no admin panel installed for configurations of mail addresses, backup etc
I have a ready installed Netcup VPS with keyhelp as admin panel.
There are 2 domains setup - one is for Odoo.
The www folder for the domain is /home/users/user123/www/odoo_domain
How do I install Odoo for this domain? Run the script in the folder above?'
Edit something in the script ?
Any helpful input is highly appreciated.
Thank you and best regards
golive
You can use Yenthe script and change the OE_HOME and OE_HOME_EXT as below
OE_HOME="/home/users/user123/www/odoo_domain"
OE_HOME_EXT="/home/users/user123/www/odoo_domain/${OE_USER}-server"
Don't forgot to modify the parameter mentioned in Yenthe script.
Hi Waleed,
Thank you very much for your fast reply. I tried it today .. and failed :(
Settings adjusted (paths and the rest)
I tried it with and without NGINX but in both cases I only see the default domain page.
There are several errors (list here without nginx) which do not occur when I install on a fresh minimal Ubuntu without the Keyhelp admin panel:
dpkg: Fehler beim Bearbeiten des Archivs /tmp/apt-dpkg-install-fXRsUk/000-libpng12-0_1.2.54-1ubuntu1_amd64.deb (--unpack):
Neue Version von »/lib/x86_64-linux-gnu/libpng12.so.0« kann nicht installiert werden: No such file or directory
Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung auf einen Fehler im lokalen System hindeutet.
Fehler traten auf beim Bearbeiten von:
/tmp/apt-dpkg-install-fXRsUk/000-libpng12-0_1.2.54-1ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Attempting uninstall: Jinja2
Found existing installation: Jinja2 2.10.1
Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'Jinja2'. No files were found to uninstall.
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Any idea?