Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Creator: Quick Setup for Devs

Tako Schotanus edited this page Jul 30, 2019 · 1 revision

To start developing for the Launcher Creator let's first make sure you've got your environment set up correctly:

  1. Clone the Launcher project
$ git clone https://github.com/fabric8-launcher/launcher-application.git
  1. Enter into the project and build it:
$ mvn clean install
  1. For some of the Creator HOWTOs you need to be able to run the creator command. This is a shell script that can be found in the root of the Creator module. You can either run it by explicitly specifying it's path or by adding it's directory to your $PATH. (TIP: You can also create a link to it in your ~/bin folder)