-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Thanks for the install script! I have been using a manual install for over 6 months now and got very used to that configuration, so I apologize if this is largely ignorance. And can I post multiple issues, or would you prefer one per post?
First and foremost sudo service odoo-server stop gives the following:
Stopping odoo-server: start-stop-daemon: warning: failed to kill 12602: No such process
odoo-server.
Next, I was browsing the script to get my head around what exactly what was installed and where to find Etherpad key.. looks like it was not installed. But then I saw the routine for Aeroo and it must have failed as there as was nothing installed. So I manually:
Clone and setup Jamotion/aeroo.git:
cd /opt/odoo/custom/addons
git clone https://github.com/jamotion/aeroo.git
cd aeroo
python setup.py install
But python setup.py install returned:
python: can't open file 'setup.py': [Errno 2] No such file or directory
And when I look at the next bit:
Download depending modules for Aeroo
cd /opt/odoo/custom/addons
sudo git clone https://github.com/jamotion/report_aeroo.git
sudo git clone https://github.com/jamotion/report_aeroo_ooo.git
sudo git clone https://github.com/jamotion/report_aeroo_sample.git
It installed the exact same content as what is in the folder /opt/odoo/custom/addons/aeroo
Did I miss something by doing the script manually?
Cheers!