This is a branch dedicated to nvm cleanup and bin/env stuff.
The aim is to rely on native nodejs installation either on the hosted system, either into the docker container depending how ezpaarse is deployed
Maybe it also could be a good opportunity to upgrade the major ezpaarse version.
So we could also hardly cleanup old ezpaarse useless stuff.
TODO before merging
[x] rely on official nodejs docker image for the ezpaarse's docker image
[x] updating ezpaarse-platforms when ezpaarse docker container is starting
[ ] check nodejs version into bin/checkconfig script
[ ] removing all the bin/env referencies
[ ] cleanup makefile useless rules
[ ] adapt travis stuff thanks to docker
[x] travis is now using docker
[ ] travis should be able to run test using docker (need to use the docker-compose.debug.yml)
This is a branch dedicated to nvm cleanup and bin/env stuff. The aim is to rely on native nodejs installation either on the hosted system, either into the docker container depending how ezpaarse is deployed
Maybe it also could be a good opportunity to upgrade the major ezpaarse version. So we could also hardly cleanup old ezpaarse useless stuff.
TODO before merging
bin/checkconfig
script