Skip to content

almighty/fabric8-tenant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service for initializing the tenant services in DSaas

Tips to running unit tests - this command seems to work on OS X:

make clean && make && make deps && glide update && make test-unit

Rapid development on Minikube / Minishift

If you run fabric8 in minikube or minishift then you can get rapid feedback of your code via the following:

  • run the app using the :dev docker image label:

git clone https://github.com/fabric8io/fabric8-platform.git
cd fabric8-platform
cd apps/init-tenant
mvn fabric8:deploy  -Pdev
  • use the kube-redeploy make target whenever you want to create a new docker image and redeploy

make kube-redeploy

if the docker build fails you may need to type this first to point your local shell at the docker daemon inside minishift/minikube:

eval $(minishift docker-env)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 79.2%
  • Makefile 18.9%
  • Shell 1.6%
  • Ruby 0.3%