Step 5. Install the OpenERP server, and optional web client, code

Discussion in 'Installation/Configuration' started by Mohale, Aug 2, 2011.

  1. Mohale

    Mohale New Member

    I have got this error "cp: cannot stat 'cp' : no such file or directory"

    while running this command

    sudo cp -a openerp-server-6.0.2 server sudo cp -a openerp-web-6.0.2 web

    What is missing or how to correct that?

    Thank you
     
  2. falko

    falko Super Moderator Howtoforge Staff

    The command must go into two lines:

    Code:
    sudo cp -a openerp-server-6.0.2 server 
    sudo cp -a openerp-web-6.0.2 web
     

Share This Page