These are the FFS PubSub server sources.
The FFS Project is accessible from this address.
Theses sources will allow you to build the PubSub's binaries.
By contributing or using this project, you agree to abide by the Code of Conduct when interracting with a community member.
The PubSub documentation can be found here
First of all clone and build the project's Framework
git clone https://github.com/AlexMog/ApiLib.git
cd ApiLib && mvn install
Then, clone and build the project
git clone https://github.com/AlexMog/FFS-PubSub.git
cd FFS-PubSub && mvn compile assembly:single
Then, copy and edit the project's settings in the build directory
cp configs.properties.example target/configs.properties
cp databases.json.example target/databases.json.example
You can edit thoes files depending on your configurations
Finally, you can run the project! :)
cd target && java -jar ffs-pubsub-{VERSION}-jar-with-dependencies.jar
If you find any bugs, please report it on the Issues page of the project
TODO
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
This project is under GNU GPLv3 License - see the LICENSE file for details.