Skip to content

Instantly share code, notes, and snippets.

@rcherara
Created February 18, 2020 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcherara/54915372e7d2653db888c3c06bcfbc57 to your computer and use it in GitHub Desktop.
Save rcherara/54915372e7d2653db888c3c06bcfbc57 to your computer and use it in GitHub Desktop.
# Installing gofabric8
curl -sS https://get.fabric8.io/download.txt | bash
export PATH=$PATH:$HOME/.fabric8/bin
# Starting the cluster
gofabric8 start
gofabric8 start --vm-driver=virtualbox
gofabric8 start --memory=6000 --cpus=2
# Validating your cluster
gofabric8 validate
# Using OpenShift
gofabric8 start --minishift
# Install oc (CLI) for interacting with OpenShift resources On OpenShift clusters
# Install kubectl ( CLI) for interacting with Kubernetes resources on OpenShift clusters.
# Access the Fabric8 Developer Console
gofabric8 service fabric8 --url
#command to open other consoles too like gogs, Jenkins or Nexus
gofabric8 service gogs
gofabric8 service jenkins
gofabric8 service nexus
# Configuring Docker
eval $(gofabric8 docker-env)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment