https://github.com/lucee/lucee-installer
Source files for the Lucee installer
https://github.com/lucee/lucee-installer
lucee
Last synced: about 1 year ago
JSON representation
Source files for the Lucee installer
- Host: GitHub
- URL: https://github.com/lucee/lucee-installer
- Owner: lucee
- Created: 2021-05-03T14:20:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T10:50:56.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:38:39.754Z (over 1 year ago)
- Topics: lucee
- Language: Shell
- Homepage: https://download.lucee.org/
- Size: 5.23 MB
- Stars: 5
- Watchers: 8
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucee Installer #
BitRock Installer XML config and files for creating the Lucee installers for Windows and Linux.
Bitrock has provided LAS with an Enterprise license for InstallBuilder, it's not in source source control
Forked from the great work by Vivotech, , LAS is now managing the Lucee Installer Releases.
Note: You must build the Linux Installer on Linux, otherwise the file permissions like execute are missing.
## Github Actions ##
We now use an automated GitHub action to build, test and publish the Windows and Linux installers
## Manual Build ##
### Preparation ###
None of the main binaries are checked into source control, the following manual steps are required:
The Lucee loader jar goes into the `lucee/lucee/lib` folder, i.e.
Download and extract the Tomcat 9 distribution into the `lucee/tomcat9/tomcat` folder, make sure you use the `tar.gz` version for Linux or the `.zip` version for Windows
Delete the `lucee/tomcat9/tomcat/webapps/` folder (Lucee has it's own)
Copy the customised `lucee/tomcat9/tomcat-lucee-conf` Lucee Tomcat configuration files over the extracted Tomcat distribution files in `lucee/tomcat9/tomcat`.
Download the Windows or Linux 64-bit JREs from and extract them into the appropriate `/jre` folders (delete the manual directory from the linux JRE)
Download and install the InstallBuilder Enterprise Edition make sure it's x64 version
Update the Version Number under Product Details in InstallBuilder
### Building the Installer ###
Simply open the [lucee/lucee.xml](lucee/lucee.xml) file in InstallBuilder and click the Build icon.
## Support ##
Please first post any support questions to the Lucee Dev Forum
Issues are in Lucee's Issue Tracker