phoboxhq / phobox-packaging

Scripts to package the application for different OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The following description works with an installed OracleJDK 8-10. There is the javapackager included. In OpenJDK 13 will be the jpackager included.

Windows-Build

  1. Download and install Inno-Setup 5 (Currently 6 is not working)
  2. Get the latest phobox.jar build
  3. Put all in one directory and run windows-build.bat
  4. Enjoy the installer in dist/bundle/phobox.exe

Debian/Ubuntu-Build

  1. Install fakeroot
    • sudo apt-get install fakeroot
  2. Get the latest phobox.jar build
  3. Put all in one directory and run linux-build.sh
  4. Enjoy the installer in dist/bundle/phobox.deb

MacOS-Build

TODO

Docker

  1. Install docker. Follow this instructions for your OS
  2. git clone https://github.com/phoboxhq/phobox-packaging.git
  3. cd phobox-package/docker
  4. bash make-image.sh

Resources

About

Scripts to package the application for different OS


Languages

Language:Shell 68.2%Language:Batchfile 25.6%Language:Dockerfile 6.2%