Skip to content

Instantly share code, notes, and snippets.

@debloper
Last active April 21, 2018 14:15
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 debloper/931b58e88e448bffd5913b6fa837cd9d to your computer and use it in GitHub Desktop.
Save debloper/931b58e88e448bffd5913b6fa837cd9d to your computer and use it in GitHub Desktop.
Get Started with Fabric8 Planner

Fabric8 is the opensource upstream project of OpenShift.io from Red Hat.

The idea/goal of Fabric8 project (in simple words) is to connect the end-to-end of the software development process (planning, coding, analytics, tests, CI/CD, scaling and so on) with one pipeline, cutting down on time wasted on mundane chores and yak-shaving; allowing better collaboration/productivity.

As of now, the contributing members of Fabric8 project are grossly Red Hat employees, but that's never a good thing for an OSS project. Even though the project is in its adolescence, we'd like to ensure it adopts/inherits and stays true to opensource philosophies.

Enabling the community around it to hop in and share hands is part of the challenge, and we're not there yet. But whatever is lacking is not by design, or is intended. We want to discover what can be done better, and we need your help. Please come in, look around, share what you feel can be done better; try to contribute, notice what ties your hands from doing so and raise your voice. We want to fix it ASAP.

In the following guides you will find out how to hop into the sub-projects of Fabric8 (SPOILER ALERT: the list is not complete yet - HALP!). Try to look into respective project repo's README or docs for more details.

For now, please add all the meta-thoughts about this gist/instructions in form of comments here itself. We'll add more communication channels very soon. Once we have good enough contents in here to help new contributors jump-start, we'll move this somewhere more permanent.

Cheers!

  • Head over to Fabric8 Planner Repo on GitHub
  • Fork the repo, then clone the repo locally and switch to gh-pages branch
  • Use any static file-server (for e.g. python SimpleHTTPServer or npm http-server) to serve the content
  • Open the URL in your favorite modern browser (usually http://localhost:8080 or http://localhost:3000)
  • You should see the landing page like http://fabric8-ui.github.io/fabric8-planner/

  • If everything is good till now, then you're ready to make changes to the source
  • Maintain good commitiquettes to add new changes, and push them to your fork
  • Create a Pull Request to send the commits to upstream (and mention @debloper as reviewer)
  • Keep and eye out for the review suggestions and update/amend/apend commits to incorporate them

  • Grab a coffee to bring good luck for the commit to get merged!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment