-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18640e5
commit cbf79f0
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# cf-pulsar-gateway | ||
|
||
__[Apache Pulsar](https://pulsar.apache.org) Gateways for ColdFusion__ | ||
|
||
# How to install | ||
|
||
### Lucee 4 | ||
|
||
Download the latest version [here](https://github.com/jbvanzuylen/cf-pulsar-gateway/releases/download/v1.0.0/cf-pulsar-gateway-lucee4-ext.zip) | ||
|
||
__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 `.cfc` files from the `driver` folder to the `WEB-INF\lucee\context\admin\gdriver` directory in your web root | ||
* Copy the `.jar` files from the `lib` folder to the `WEB-INF\lucee\lib` directory in your web root | ||
* Restart Lucee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters