https://github.com/krisleech/jukebox
Jukebox service
https://github.com/krisleech/jukebox
Last synced: about 1 year ago
JSON representation
Jukebox service
- Host: GitHub
- URL: https://github.com/krisleech/jukebox
- Owner: krisleech
- Created: 2014-10-28T21:51:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T20:28:31.000Z (over 11 years ago)
- Last Synced: 2025-03-17T04:44:46.101Z (over 1 year ago)
- Language: Ruby
- Size: 289 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jukebox
```
git clone ...
bin/setup
foreman start
```
The app is exposed as [HTTP](http://localhost:3000/) on port 3000 and
[HTTPS](https://localhost:3500/) on port 3500.
You can change these ports using environment variables, see `.env`.