Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 913 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 913 Bytes

cf-icap

A ICAP library for Coldfusion

How to install

Lucee 4

Download the latest version here

Install as an extension

  • Connect to the Web Administration
  • Go to Extension > Application
  • Scroll down to the bottom of the page
  • Click on Browse button in the Upload new extension section
  • Select the ZIP file you have downloaded above
  • Hit the Upload button and follow the instructions

Manual installation

  • Unzip the file you have downloaded above
  • Copy the .jar files from the lib folder to the WEB-INF\lucee\lib directory in your web root
  • Copy the .cfm files from the functions folder to the WEB-INF\lucee\library\function directory in your web root
  • Copy the .cfc file from the components folder to the WEB-INF\lucee\components\icap directory in your web root