Checkout our demo project located at Github
As an entry point to your ECS experience, we provide a project which has configuration examples for all supported technologies at GitHub
To checkout this project, open a terminal window and enter:
git clone https://github.com/eacg-gmbh/ecs-sample-project
Most of the examples require the ecs-configuration file: .ecsrcs.json in your home directory. This file contains your security credentials and has the following structure:
properties file ‘.ecsrcs.json’ in your home directory:
{ "userName": "email@yourdomain.com", "apiKey": "234434-fb9b-46f2-db84-ec3f57a46f2" }
Replace ‘userName’ and ‘apiKey’ with your own credentials which are available after subscribing and login to the ECS-Application.
Afterwards you should try the following commands which all have in common, that they collect dependency information and transfer it directly to the ECS-application. If the the transfer was successful you will see the newly created modules in the application and now you are able to play around with your module and project settings.
maven
mvn clean install ecs-mvn:dependency-scan
gradle
gradle ecsScan
grunt
grunt exec:mvn grunt exec:gradle
gulp
grunt
Comments
0 comments
Please sign in to leave a comment.