Linux
Pre-Requisitos
-
Instalar Docker, instrucciones :
-
Instalar GIT, instrucciones :
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Instalación
-
Descargar repositorio del cliente
$ git clone git@git.cubicerp.com:enterprise/<CUSTOMER_NAME>.git $ cd <CUSTOMER_NAME>
-
Ingresar al CubicERP Registry, use su usuario contraseña proporcionado por Cubic ERP
$ ./cubicerp login
-
Instalar e iniciar el Cubic ERP Server
$ ./cubicerp start
-
Hacer un acceso director del comando cubicerp al directorio /usr/local/bin
$ sudo ln -s $PWD/cubicerp /usr/local/bin/cubicerp
Prueba
-
Ingresar a Cubic ERP Server
http://127.0.0.1:8069