Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcf/vagrant-mediadrop
Configures MediaDrop inside a Virtualbox VM
https://github.com/jcf/vagrant-mediadrop
Last synced: 1 day ago
JSON representation
Configures MediaDrop inside a Virtualbox VM
- Host: GitHub
- URL: https://github.com/jcf/vagrant-mediadrop
- Owner: jcf
- License: mit
- Created: 2014-05-24T19:18:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T13:49:15.000Z (almost 10 years ago)
- Last Synced: 2023-04-10T15:07:45.550Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MediaDrop in a VM
MediaDrop is an open source video platform that allows you to…
> Run a powerful video site built in Python on your own
> infrastructure.This repo makes it easy to get MediaDrop running inside a virtual
machine so you can try it out and decide if it's the right tool for
you.**Disclaimer:** I'm not affiliated with MediaDrop in any way, and I
can not support installing or configuring it.## Getting Started
Configures and installs MediaDrop inside a virtual machine.
```
git clone git://github.com/jcf/vagrant-mediadrop.git
cd vagrant-mediadrop
vagrant up
```Visit http://localhost:8080/admin and sign in using `Admin:admin`.
For more information check out http://mediadrop.net.
## License
Copyright © 2015 James Conroy-Finn
Released under the MIT license.