Skip to content

FightForSub/FFS-PubSub

Repository files navigation

Fight For Subs PubSub Sources

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.

Documentation

The PubSub documentation can be found here

Build and run

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

Bug Report

If you find any bugs, please report it on the Issues page of the project

Deployment

TODO

Built with

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

License

This project is under GNU GPLv3 License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages