Skip to content

reynaldops/amm-rehost-workshopper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy On OpenShift

You can deploy this test drive as a container image anywhere but most conveniently, you can deploy it on OpenShift or Minishift:

oc new-project workshopper
oc new-app quay.io/osevg/workshopper:0.3 --name=testdrive -e WORKSHOPS_URLS="https://raw.githubusercontent.com/bmachado/amm-rehost-workshopper/master/_workshops/rehost.yml"
oc expose svc/testdrive

Or simply run scripts/ocp-new-project.sh

Run Guides Locally

$ git clone https://github.com/bmachado/amm-rehost-workshopper.git
$ cd amm-rehost-workshopper

$ docker run -it --rm -p 8080:8080 -v $(pwd):/app-data \
              -e CONTENT_URL_PREFIX="file:///app-data" \
              -e WORKSHOPS_URLS="file:///app-data/_workshops/rehost.yml" \
              -e LOG_TO_STDOUT=true \
              quay.io/osevg/workshopper:0.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%