Music is an open source, Web-based music server.
Music is written in Java, and may be run on any operating system with Java support.
- Organize your music collection
- Download music from various sources
- Android app
Music is not yet release, please follow the instructions to build from sources.
Music is released under the terms of the GPL license. See COPYING
for more
information or see http://opensource.org/licenses/GPL-2.0.
- English
- French
Prerequisites: JDK 8, Maven 3, NPM
Music is organized in several Maven modules:
- music-core
- music-web
- music-web-common
- music-android
First off, clone the repository: git clone git://github.com/sismics/music.git
or download the sources from GitHub.
From the root directory:
mvn clean -DskipTests install
From the music-web
directory:
mvn jetty:run
From the music-web
directory:
mvn -Pprod -DskipTests clean install
You will get your deployable WAR in the target
directory.