Go to file
Juan Ferrer Toribio 6542a350ff Gitignore 2018-02-03 20:16:22 +01:00
.vscode Views migrated to vn schema, Node v8, Error handling, async-await, bugs solved 2018-01-29 12:37:54 +01:00
client item descriptor shows max 4 tags 2018-02-02 12:32:44 +01:00
e2e removed login warm up to speed up about 20 secs the e2e executiom 2018-02-02 13:04:59 +01:00
services Merge branch 'dev' of https://git.verdnatura.es/salix into dev 2018-02-03 20:14:52 +01:00
.DS_Store Jenkins 2017-11-07 13:54:19 +01:00
.Ds_store Gitignore 2018-02-03 20:16:22 +01:00
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintrc.yml Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
.gitignore Gitignore 2018-02-03 20:16:22 +01:00
Dockerfile Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
Jenkinsfile Jenkins 2018-01-08 11:02:40 +01:00
LICENSE README and LICENSE updated 2018-01-29 13:49:59 +01:00
README.md README fixes, bugfixes for windows 2018-02-02 09:51:38 +01:00
docker-compose.tpl.yml Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
e2e_tests.js successfully merged sequences for gulp docker and end to end tests 2018-01-08 13:40:05 +01:00
gulpfile.js Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
karma.conf.js Merge 2018-01-30 16:34:32 +01:00
package-lock.json Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
package.json Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
services_tests.js successfully moved all specs from services/client/c../m../client alongside their respective js files 2018-02-02 16:24:22 +01:00
webpack.config.js Views migrated to vn schema, Node v8, Error handling, async-await, bugs solved 2018-01-29 12:37:54 +01:00

README.md

Salix

This project is an Enterprise resource planning (ERP) integrated management of core business processes, in real-time and mediated by software and technology developed with the stack listed below.

Salix is also the scientific name of a beautifull tree! :)

Prerequisites

Required applications.

  • Node.js = 8.9.4
  • NGINX
  • Docker

You will need to install globally the following items.

$ npm install -g karma-cli gulp webpack nodemon

Getting Started // Installing

Pull from repository.

Run this commands on project root directory to install Node dependencies.

$ npm install
$ gulp install

Launch application in developer environment.

$ gulp

Also you can run backend and frontend as separately gulp tasks (including NGINX).

$ gulp client
$ gulp services

Manually reset fixtures.

$ gulp docker

Running the unit tests

For client-side unit tests run from project's root.

$ karma start

For server-side unit tests run from project's root.

$ npm run test

For end-to-end tests run from project's root.

$ gulp e2e

Built With