Sv2
This project contains the frontend (i.e. all the typescript code that is run buy the webbrowser) for Strudel v2. It also contains the config files listing login points and compute backends and applications that can be run on those backends. The config files are json formated and should be understood by any hpc-team member.
It does not contain the backend (i.e. code deployed as API servers) that is located in a a separate repository.
It does not contain the resource selection dialog (this is specific to each computesite sv2 can connect to). Its localted in a separate repo
The code here is compiled by a docker based gitlab-runner using the standard CI/CD hooks and deployed as a static file to a web server. You should be able to setup a dev environtment by looking at the gitlab-ci config
The documentation bellow was auto generated and should help you setup a dev environement.
This project was generated with Angular CLI version 1.7.4.
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Code scaffolding
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Running unit tests
Run ng test
to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.