Is nethserver supporting OpenERP. We have to decide the Accounting package for our company.
If you can install it on CentOS, you can install it on NethServer.
Nirosh,
Odoo/openERP works in CentOS, but in my case, I installed Odoo v8 in a Ubuntu virtual machine, keeping the application separated of the network server (Nethserver).
Nethserver has WebVirtMgr module, allowing to easy management of the Virtual Machines.
Odoo Tutorial - Install on Ubuntu 14.04:
http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/
ā
Marcelo Costa
May I try to install on Nethserver using link above? without SUDO typed
Not recomendā¦ The link is only Ubuntu Server.
Ok. thanks. If you would find a working link with Nethserver (Centos), it is great. But you can reject my request if it is a time wasting thing to you. Because I tried few links regarding Centos. No one ended with good result. thanks
you keep on saying that āit doesnāt workā without giving us any usefull detail to help youā¦
suggesting you other howtos wonāt help you
Fetch and install OpenERP
cd /tmp
wget
http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-20130408-232357.tar.gz
&& tar -xvzf openerp-7.0-20130408-232357.tar.gz --transform
's!^[^/]\+\($\|/\)!openerp\1!' && cd openerp && python
setup.py install
rm -rf /usr/local/bin/openerp-server
cp openerp-server /usr/local/bin
cp install/openerp-server.init /etc/init.d/openerp
cp install/openerp-server.conf /etc
chown openerp:openerp /etc/openerp-server.conf
chmod u+x /etc/init.d/openerp
interestingā¦
this doesnāt add anything usefull
do you expect me or other to try to install it?
which command fails? what error message are you seeing?
if you want help you must help us to help youā¦
weāre not in front of your server, we donāt see anything you do, we donāt know what are you doing and how you are doing itā¦
so, please, again, be verboseā¦
Above the last steps of installing openerp.
At the : cp install/openerp-server.init /etc/init.d/openerp
cp install/openerp-server.conf /etc
the error msg is "No directory or filename"
then i searched the openerp-server.init file and openerp-server.conf file. Those were not there in the folder specified. And also there is not a folder name āinstallā. thus the cp install/openerp-server.init /etc/init.d/openerp is not working.
May I send you the full list of scripts in the tutorial?
noā¦
this line
does (too) many thingsā¦
please execute each command manually, one at time
moreover, this has nothing to do with NS, since is something related to openerp setup, thus youād ask for support elsewhere
^/ ā©ļø
I did those command one by one.
But your recommandation is to get help from thier source. Ok if this is not a NS issue, i will contact them. thanks very much. catch you guys later