Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ir a la ubicación donde se clonará el repositorio.
  2. Ejecutar

    1. git clone https://cabalgit.cabal.coop.py/nuevos-sistemas/cabal-backoffice-backend.git
    2. cd cabal-backoffice-backend
    3. git checkout prod
    4. ./mvnw clean package
    5. Luego Mover el war generado en la carpeta deployments del wildfly
      1. cp -r ./target/webadm.war ../../../xxxx/wildfly/deployments/
  3. Modificar el archivo standalone.xml del wildfly


Frontend

Dependencias

  1. Git
  2. Node.js (with NPM)
  3. Ember CLI
  4. PhantomJS
  5. Sass (incluido en dependencias NPM)

...