Skip to content

Getting Started

Steve Hannah edited this page Dec 20, 2022 · 2 revisions
  1. Go to https://github.com/shannah/jdeploy-javafx-starter

  2. Press the "Use this Template" button

    Use this template

    and select "Create a new repository"

  3. In the "new repository" form, enter a name and description for your project as shown here:

    New repository form
    Important
    The repository must be "Public" currently, or the workflows for generating native installers will run into problems.
  4. Press the "Create repository form template" button and wait while GitHub generates your repository

    Generating your repository…​
  5. Wait about one minute for the jDeploy workflow to generate native app installers. Then refresh your browser, and you should see "2" tags in the right sidebar:

    Releases sidebar

    Click on the "2 tags" link, to show the tags have been created.

    tags
  6. Click on the "master" tag:

    You should see something like the following:

    master-tag

    It includes download links for native installers for Mac, Windows, and Linux, as well as a snippet that can be copied and pasted into a terminal window to launch the installer directly.

Clone this wiki locally