Go to file
Carlos Jimenez f8736bc599 total greuge backend unit test error handling added 2018-01-23 09:33:23 +01:00
.vscode Escritos, servicio print 2017-11-27 15:08:18 +01:00
client Merge branch 'dev' of http://git.verdnatura.es/salix into dev 2018-01-18 15:27:51 +01:00
e2e e2e mandate path plus fixtures update 2018-01-12 14:20:28 +01:00
services total greuge backend unit test error handling added 2018-01-23 09:33:23 +01:00
.DS_Store Jenkins 2017-11-07 13:54:19 +01:00
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintrc.yml Eliminando codigo redundante v3 2017-10-13 16:23:00 +02:00
.gitignore refactor on e2e selectors and discal data spec 2017-11-09 09:03:41 +01:00
Jenkinsfile Jenkins 2018-01-08 11:02:40 +01:00
README.md readme update to install nodemon globally plus backend unit tests config file update 2018-01-15 11:34:48 +01:00
dev.cmd Peticiones XHR con token 2017-05-18 17:35:07 +02:00
dev.sh Errores al arrancar nginx por primera vez 2017-06-01 11:16:33 +02:00
docker-compose.yml nuevo micro servicio Item 2017-12-19 12:29:35 +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 gulp file bug corrected for nginxRestart task 2018-01-12 12:54:17 +01:00
karma.conf.js removed unused plugins from karma config 2017-08-30 08:55:21 +02:00
package.json back end refactor for the fixtures setup plus some test on client create() 2018-01-17 12:46:26 +01:00
services_tests.js setup for back end unit test up and runing, fixtures pending 2018-01-16 21:39:40 +01:00
webpack.config.js removed uglify 2017-11-16 09:05:53 +01:00

README.md

Project Title

Salix 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

You will need to install globally the following items: $ npm install -g karma $ npm install -g karma-cli $ npm install -g gulp $ npm install -g webpack $ npm install -g nodemon

install nginx globally.

Getting Started // ### Installing

Pull from repository.

install nodejs v6.

Ask a senior developer for the datasources.development.json files required to run the project.

on root run: $ npm install $ gulp install

lauching nginx: $ ./dev.sh

launching frontend: $ gulp client or start nginx before client on sequence $ gulp clientDev

launching backend: $ gulp services or start the local database before services on sequence $ gulp serivcesDev

Manually reset local fixtures: $ gulp docker

to check docker images and containers status: $ docker images $ docker ps -a

Running the 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

Break down into end to end tests

Run local database plus e2e paths: $ gulp e2e

Just the e2e paths as the fixtures are untainted: $ npm run e2e

Built With

Versioning

We use SourceTree for versioning. For the versions available, see the salix project.

License

This project is licensed under the MIT License