https://github.com/widgetii/aplix-packline
https://github.com/widgetii/aplix-packline
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/widgetii/aplix-packline
- Owner: widgetii
- Created: 2017-09-24T17:15:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T17:16:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T11:29:41.936Z (over 1 year ago)
- Language: Java
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
========================================================================
PackLine
========================================================================
'PackLine' is a desktop application, written in JavaFX, that runs on workstation
of marking and package of mailings.
BUILDING THE APPLICATION
------------------------
1. Requirements
In order to build application you will need:
- Maven 3.0.x or later
- JDK 8 or later
Also optional additional software would make it easy for you to work
with the sources of the application:
- Spring Tool Suite IDE (to explore and run the application
in IDE). You're obviously free to use any other IDE you wish.
2. Install Maven dependencies
Run /dependencies/install.* script. Maven will install several dependencies
in its local repository.
3. Build
This Maven project is aggregate project which is intended for compiling all
nested sub-projects. To build all projects you need to navigate to the root
folder of aggregate project and run:
build.* (bat or sh. depending on your OS)
Maven will read project specification in pom.xml file, will download all
dependencies, will compile all projects and installs them in local repository.
4. Deploy
The complete and final distribution is placed in /app/target/dist/ folder as
.zip archive.
RUNNING THE APPLICATION
-----------------------
This application requires Java runtime with JavaFX support. In order to run
the app, navigate to /packline-vX.X/bin/ folder and run packline.bat or
packline.sh script.
On Windows the app is running by default with opened console window. In order
to hide console, launch run.vbs instead of packline.bat.
RELEASE NOTES
-------------
Version 1.0