Skip to content

c4pt000/docker-SKYTUNE

Repository files navigation

No soundcloud here

  • customizable

vibesky, a SoundCloud clone, is a music social media app where users can discover and upload music using a Ruby on Rails backend, Postgresql database, AWS S3 database, and React/Redux front-end architecture.

SKYTUNE-docker


scrub jpg to replace or not
app/assests/javascript/bundle.js
_react2.default.createElement('img', { src: 'https://i1.sndcdn.com/artworks-000319271595-hhwrkq-t200x200.jpg' })
cover logo
grep -ri 'hp_image-6155d6b.jpg'
# requires docker

** WIP

git clone https://github.com/c4pt000/SKYTUNE-docker
cd SKYTUNE-docker
sh docker-build-deploy.sh

browser will auto-load,
to mount a music folder to the docker instance add a mountable volume via -v
-v /home/user/Music:/music \
where "/home/user/Music" is your Music folder




systemctl status postgresql
systemctl start postgresql




project is dependent on PID 1 for systemd and pulseaudio on host and guest side , aside from postgresql running as a system service via systemctl


* to write changes

docker commit <image_id>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published