Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sismics/music
Modern web-based music server
https://github.com/sismics/music
music streaming-audio
Last synced: 5 days ago
JSON representation
Modern web-based music server
- Host: GitHub
- URL: https://github.com/sismics/music
- Owner: sismics
- License: gpl-2.0
- Created: 2013-08-20T08:51:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T17:08:59.000Z (6 months ago)
- Last Synced: 2024-08-01T12:33:30.403Z (3 months ago)
- Topics: music, streaming-audio
- Language: JavaScript
- Homepage:
- Size: 19.5 MB
- Stars: 28
- Watchers: 12
- Forks: 12
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - sismics/music - Modern web-based music server (music)
README
Sismics Music [![Build Status](https://secure.travis-ci.org/sismics/music.png)](http://travis-ci.org/sismics/music)
=============What is Music?
---------------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.
Features
--------- Organize your music collection
- Download music from various sources
- Android appDownloads
---------Music is not yet release, please follow the instructions to build from sources.
License
-------Music is released under the terms of the GPL license. See `COPYING` for more
information or see .Translations
------------- English
- FrenchHow to build Music from the sources
------------------------------------Prerequisites: JDK 8, Maven 3, NPM
Music is organized in several Maven modules:
- music-core
- music-web
- music-web-common
- music-androidFirst off, clone the repository: `git clone git://github.com/sismics/music.git`
or download the sources from GitHub.#### Launch the build
From the root directory:
mvn clean -DskipTests install
#### Run a stand-alone version
From the `music-web` directory:
mvn jetty:run
#### Build a .war to deploy to your servlet container
From the `music-web` directory:
mvn -Pprod -DskipTests clean install
You will get your deployable WAR in the `target` directory.