https://github.com/sub-mod/oshinko-login-app
https://github.com/sub-mod/oshinko-login-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sub-mod/oshinko-login-app
- Owner: sub-mod
- Created: 2016-08-22T18:32:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T07:34:43.000Z (almost 10 years ago)
- Last Synced: 2025-04-10T22:47:15.138Z (about 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Change Gruntfile
`hostname: grunt.option('hostname') || '192.168.0.103',`
Change config.js
Update openshift url
Change master-config.yaml
`corsAllowedOrigins:
- 127.0.0.1
- 192.168.0.103:8443
- localhost
- 192.168.0.103:9000`
start openshift with same config
`oc cluster up --host-config-dir=/Users/subin/development/origin/subin --use-existing-config`
start the app
`grunt serve`