Hi there, I hope someone can offer some instructions for me. I am trying to install OpenERP on our server, which is a VPS running CentOS (5). I see the detailed instructions are for Ubuntu or Debian and should only take 5 minutes but other Linux types take over 30 minutes.
So I have been trying to go through the step by step directions. So far I have enabled Postgres, installed missing dependencies and uploaded the Linux install files to the public_html directory.
The instructions seem to tell me the next step to install is:
tar -xzf openerp-6.1-latest.tar.gz
cd openerp-6.1-*
sudo python setup.py install
openerp-server
I am asking for help because my only experience installing applications on the web server is .php applications where all I had to do was create a database, upload the application files, then point my web browser to the "install.php" file and the rest was pretty easy. This is foreign to me.
Please help!
Thanks, Jenn
Thank you for your reply.
The problem is, when I try to enter those commands, I get an error message:
import: unable to open X server `'. ./openerp-server: line 8: syntax error: unexpected end of file
I am not experienced with using the command line method of installation.
Would the binary build be better for me to use?