https://github.com/decodedco/ibm-cloud-immersion
https://github.com/decodedco/ibm-cloud-immersion
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/decodedco/ibm-cloud-immersion
- Owner: DecodedCo
- License: mit
- Created: 2018-03-01T21:52:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T15:44:26.000Z (over 8 years ago)
- Last Synced: 2025-03-14T08:21:29.005Z (over 1 year ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBM Cloud Immersion
## Pre-requisites
1. node, npm, docker, cf cli
2. https://console.bluemix.net/docs/cloudnative/idt/index.html (as user)
3. https://www.ibm.com/blogs/bluemix/2017/09/deploying-ibm-cloud-private-ibm-cloud-developer-tools-cli/
## Local
1. `npm install`
2. `npm start`
## Private
0. Update `Chart.yml`, `cli-config.yml` with name of deployment
1. `bx dev deploy`
## Public
1. `cf login -a https://api.ng.bluemix.net -u amadeus@decoded.com -o DecodedUSA -s immersion`
2. Modify `YOURAPPNAME` in `manifest.yml`
3. `cf push`