i need help i am unable to do this step etc/init.d .......Similar to the configuration file, you need to either copy it or paste the contents of this script to a file in /etc/init.d/ and call it odoo-server. Once it is in the right place you will need to make it executable and owned by root: sudo chmod 755 /etc/init.d/odoo-server sudo chown root: /etc/init.d/odoo-server In the configuration file there’s an entry for the server’s log file. We need to create that directory first so that the server has somewhere to log to and also we must make it writeable by the openerp user:
sumit@sumit-OptiPlex-990:~$ /opt/odoo/debian/init
bash: /opt/odoo/debian/init: No such file or directory
sumit@sumit-OptiPlex-990:~$ sudo chmod 755 /etc/init.d/odoo-server
chmod: cannot access ‘/etc/init.d/odoo-server’: No such file or directory
sumit@sumit-OptiPlex-990:~$ sudo blash
sudo: blash: command not found
sumit@sumit-OptiPlex-990:~$ sudo bash
root@sumit-OptiPlex-990:~# sudo chmod 755 /etc/init.d/odoo-server
chmod: cannot access ‘/etc/init.d/odoo-server’: No such file or directory
root@sumit-OptiPlex-990:~# sudo mkdir /var/log/odoo
root@sumit-OptiPlex-990:~# sudo chown odoo:root /var/log/odoo
root@sumit-OptiPlex-990:~#
root@sumit-OptiPlex-990:~# sudo chmod 755 /etc/init.d/odoo-server
chmod: cannot access ‘/etc/init.d/odoo-server’: No such file or directory
root@sumit-OptiPlex-990:~# sudo update-rc.d supervisor defaults
update-rc.d: error: initscript does not exist: /etc/init.d/supervisor
root@sumit-OptiPlex-990:~#
from here i am completing my installation step
http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/
i am getting problem in step 7