'How to install ColdFusion server 2021 (Ubuntu 2.0)
I just started on ColdFusion and went trough the pain of installing it so check below how it went for me.
Solution 1:[1]
(Some) instructions for instalation are at
https://helpx.adobe.com/coldfusion/user-guide.html/coldfusion/using/install-coldfusion-2021.ug.html
Steps:
Download the CFServer for Ubuntu 2.0 (they are not telling you this I had to get it from support) https://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:df35d898-6de0-4afe-bccb-03c6afbd0659
Run
unzip ColdFusion_2021_WWEJ_linux64.zip
- Run
unzip ColdFusion2021.zip
- Navigate to where you installed
cd ColdFusion/cfusion/bin
- Run the installer
./cfinstall.sh
and follow the on-screen instructions.
- After instalation screens, start ColdFusion
sudo ./coldfusion start
- Then, you can access the CF at
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | fooquency |