Tomcat container used to run the Angular frontend of the ORCID Registry orcid-angular
- Set up the ORCID registry dev environment per Development environment setup
-
CD into the parent directory of your local ORCID-Source repo, for example if ORCID-Source is in ~/git/ORCID-Source, then cd ~/git
-
Clone orcid-angular git clone git@github.com:ORCID/orcid-angular.git
-
In Spring Tool Suite,
-
CD to ORCID-Source/orcid-web-frontend directory cd ~/git/ORCID-Source/orcid-web-frontend
-
Build the Angular project and copy it into orcid-web-frontend mvn -P local clean install
-
In Spring Tool Suite, right-click your Tomcat server and select "Add and Remove" Add orcid-web-frontend
-
Right-click your Tomcat server and choose Start
-
Navigate to https://localhost:8443/orcid-web-frontend/en/ to see the Angular app
See LICENSE.md