Install NGINX and Lucee on Ubuntu

Thursday, August 1st, 2024 | Server
Last Modified: 2024-10-13



Commands used for the setup of NGINX and Lucee 5.4 with a reverse proxy on Ubuntu 20.04:

apt update
apt upgrade

apt install nginx
systemctl start nginx
systemctl enable nginx

apt install openssh-server
nano /etc/ssh/sshd_config
systemctl restart ssh

apt install openjdk-11-jdk -y
apt install tomcat9 -y
wget https://cdn.lucee.org/lucee-5.4.6.9-linux-x64-installer.run
chmod +x lucee-5.4.6.9-linux-x64-installer.run
./lucee-5.4.6.9-linux-x64-installer.run




Input Action Output
A collection of snippets and links that have proven useful for development and programming in ColdFusion, JavaScript, jQuery, PHP, Python, Dell, Minecraft, Apple, Mac, Windows, LINUX, Raspberry Pi, Adobe, CSS, and HTML.

©2024 Input Action Output