Instalación Edición Empresarial en Linux

Requirements

Installation

  1. Download customer repository

     $ git clone git@git.cubicerp.com:enterprise/<CUSTOMER_NAME>.git
     $ cd <CUSTOMER_NAME>
    
  2. Login to CubicERP Registry, use their CubicERP user and password

     $ ./cubicerp login
    
  3. Install and start CubicERP software

     $ ./cubicerp start
    
  4. Link cubicerp shell script to /usr/local/bin

     $ sudo ln -s $PWD/cubicerp /usr/local/bin/cubicerp
    
  5. Login to CubicERP

     http://127.0.0.1:8069