danwdart / projectchaplin

Free and Open Source Video Sharing Platform
GNU Affero General Public License v3.0
24 stars 11 forks source link
dailymotion dailymotion-api javascript jquery php sharing streaming video youtube youtube-dl

Project Chaplin

Greenkeeper badge

An open source, self-hosted video sharing service

Current features

Future features

Recommended way to install and run

  1. Copy over the special /.env.docker to /.env and edit environment variables as appropriate
  2. Use Docker Compose to install:

docker-compose -p chaplin -f servers/docker/docker-compose.yml up -d

  1. Visit the site (http://localhost or add the vhost - by default http://dev.projectchaplin.com - to /etc/hosts).

Development on Docker

Edits on the source repository will be propagated to the docker environment, and rebuilds can be done with this command instead of the above:

docker-compose -p chaplin -f servers/docker/docker-compose.yml -f servers/docker/docker-compose.dev.yml up -d

Manual install

Join us!

We are currently looking for developers and designers to help this open source project. If you're interested please contact me at chaplin@jolharg.com.

Issues

For help, you can create an issue on the Github project: https://github.com/danwdart/projectchaplin/issues