popeen / Booksonic-LegacyServer

DISCONTINUED - Please note that this server has been replaced by https://github.com/popeen/Booksonic-Air
http://booksonic.org
33 stars 18 forks source link

Documentation/Developer information #24

Closed tuxflo closed 7 years ago

tuxflo commented 7 years ago

I really would like to help developing booksonic but don't know how to start. For example I'd like to add a "Never played" Link in the home menu which should not be a big thing. Would it be possible to get an developer documenation that contains information on how to get started? Or maybe some informations about creating the .war file and how to debug it.

popeen commented 7 years ago

Happy you like the project! I'll glady accept pull requests for it.

Sorry but no, I have no documentation. The Booksonic server is still almost vanilla Subsonic so you might be able to find some documentation there.

As for building the project (including the war file), you can do it by running this command in the root of the project mvn package -U

Make sure you have maven installed.