SAGE Edge Code Repository
To start the dev environment run:
make startAfter starting the dev environment, you'll need to perform a one time database initialization:
make initdbTo stop the dev environment run:
make stopTo run the test suite run:
make testTo open a database shell for debugging run:
make dbshellNote that this test environment does not run the registry with authorization enabled. To start a registry with authorization enabled follow instructions in docker_auth subfolder. For production deployments use the kubernetes config files.
Visit Jenkins in your browser via: http://localhost:8082
Note: After the start of Jenkins you have to login as user ecrdb with password test. You can skip the "Getting Started" dialogue but clicking the X in the upper right corner. Then click on the blue button Start using Jenkins. After that your are logged in, but that is not a requirement. Users can view the Jenkins instance without logging in.