Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

This repo contains multiple mini-apps represented either as APIs or as small UI-apps intended to be consumed through iFrames. Note: this repo is deprecated and no longer maintained. Head over to https://github.com/bcdevexchange/devex for the latest code.

License

Notifications You must be signed in to change notification settings

ExchangeBC/BCDevExchange-mini-apps

Repository files navigation

BCDevExchange-mini-apps

This repo contains multiple mini-apps represented either as APIs or as small UI-apps intended to be consumed through iFrames

For developing:

my-computer$ docker build -t mini-apps-dev -f Dockerfile.local .
my-computer$ have a coffee
my-computer$ ./dev.sh
container$ GITHUB_ACCESS_KEY=<your access key here> sails lift --models.migrate=create --verbose

If new npm modules are required you may have to re-run the build step in order to refresh the docker image

Promoting latest version to production

The application can be promoted across logical environments using ImageStreamTags. Specifically - to promote (trigger deployment) of the latest version of the app into prod, you woudl do the following in the appropriate OpenShift project :

oc tag bcdevexchange-mini-apps:latest bcdevexchange-mini-apps:prod

About

This repo contains multiple mini-apps represented either as APIs or as small UI-apps intended to be consumed through iFrames. Note: this repo is deprecated and no longer maintained. Head over to https://github.com/bcdevexchange/devex for the latest code.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published