Please review the manifest.yml before deploying.
Deploy the app (bound to an instance of Spring Cloud Config Server)
Create a file named config-server.json
located in a config
sub-directory off the root of this project. Look at the sample here to get an idea of the contents. Consult the Spring Cloud Services Config Server documentation for more advanced configuration options like SSH repository access.
Then execute
./scripts/deploy.sh
Shutdown and destroy the app and service instances with
./scripts/destroy.sh
Note: If you are seeing OutOfMemory exceptions shortly after startup you may need to cf scale the available memory when working with multiple foundations.
Alternative scripts exist for deploying cf-hoover
when working with cf-hoover-ui
. See deploy.with-registry.sh and destroy.with-registry.sh.