Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvanzuylen committed Jun 3, 2019
1 parent 18640e5 commit cbf79f0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.md
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.primeoservices</groupId>
<artifactId>cf-pulsar-gateway</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>cf-pulsar-gateway</name>
<properties>
Expand Down

0 comments on commit cbf79f0

Please sign in to comment.