This is part of cloud.gov, deployment pipeline for Stratos Console.
npm install -g @angular/cli
git clone https://github.com/18F/cg-deploy-stratos.git
git clone https://github.com/cloudfoundry/stratos.git
cd stratos
custom-src
directory from this repository into the upstream
repository directory
ln -sf ../cg-deploy-stratos/custom-src .
npm install
npm run customize
npm run prebuild-ui
stratos-{myinitials}.app.cloud.gov
.cf target -o sandbox-{org} -s {my.email@address.gov}
cf push stratos -m 1G -n stratos-{myinitials} -d app.cloud.gov
cloud-gov-service-account
service, called
stratos-account
, using the space-auditor
plan/role
cf create-service cloud-gov-service-account space-auditor stratos-account
cf create-service-key stratos-account stratos-account-creds
cf service-key stratos-account stratos-account-creds
cp proxy.conf.template.js proxy.conf.js
proxy.conf.js
and change the host
to the chosen hostname you
used to deploy the backend. e.g. stratos-{myinitials}.app.cloud.gov
.npm start
for a dev server. (the app will automatically reload if
you change any of the source files)https://localhost:4200/
custom-src
directorySee CONTRIBUTING for additional information.
This project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.