- Clone the repository from Github.
git clone https://github.com/sosozhuang/rgw-notification.git
- Build and package binaries.
mvn clean package
- Run notification service.
cd dist && tar zxvf rgw-notification-1.0.0.tar.gz
cd rgw-notification-1.0.0
bin/start.sh
Code is licensed under the Apache License 2.0.