git clone https://@opensourceprojects.eu/git/p/c2net/dcf/dcf-rm/code c2net-dcf-dcf-rm-code



File Date Author Commit
code 2018-01-25 Carlos Lopes Carlos Lopes [06c166] Version 1.3.14.
.gitignore 2017-06-06 David Aleixo David Aleixo [d82af5] Minor fix component-builder-script
CHANNELS.md 2017-07-05 Mohammad Mohammad [a7b37e] add 3 new function to RMBrain(getHubData...)
Manifest.json 2018-01-25 Carlos Lopes Carlos Lopes [06c166] Version 1.3.14.
README.md 2016-12-27 David Aleixo David Aleixo [327d21] Update README.md
_build.sh 2017-06-26 mohammad mohammad [87ee5c] Moved to version 1.3.4.
component-builder-script.sh 2017-06-26 mohammad mohammad [87ee5c] Moved to version 1.3.4.

Read Me

Component installation

Clone the repository using the following command:

git clone https://<username>@opensourceprojects.eu/git/p/c2net/dcf/dcf-rm/code c2net-dcf-dcf-rm-code

Complete the procedure installing the node_modules by running the following command under the folder where package.json is located (code/src/)

cd c2net-dcf-dcf-rm-code/code/src docker run --rm -v $(pwd):/tmp/component c2netproject.eu/runtime/java/dev:1_0_0 -c 'cd /tmp/component && npm install'