You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
mrwilson edited this page Nov 30, 2012
·
4 revisions
Aoko is a music server, written in Java/Spring and is still under development. ¬_¬
Deploying is very simple, I'm not lying to you.
Dependencies
Download Maven (aoko builds under both 2 and 3 as far as I know)
If you're using MySQL for the database, make sure you have MySQL installed on your system. Create a database, and a user with edit permissions on that database.
Download youtube-dl from THE INTERNET.
Configuration
You will need a file called musicserver.properties in src/main/resources/spring.
There already exists a template in this directory, sensibly named musicserver.properties.template, which is a good guide.
The art and file repository folders both need to exist, otherwise the build process will shout at you.
???
Running mvn clean jetty:run should Just Work. If it doesn't, you'd best learn how to read stack traces.