Simple step to install Lucee in Ubuntu Server
Installation of Lucee on your local machine, following this help link : How to Set Up Railo CFML Engine with Tomcat and Apache on a Debian 7 or Ubuntu 13 VPS
Open your terminal and follow the instruction given below
Commands :
aptitude update
aptitude -y upgrade
Installing Apache
aptitude -y install apache2
Install Lucee
wget http://cdn.lucee.org/lucee-5.2.4.037-pl0-linux-x64-installer.run -O lucee.run
chmod 744 lucee.run
run sudo ./lucee.run
Follow the instructions.
That’s it ..