Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvamshi/remote
https://github.com/pvamshi/remote
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvamshi/remote
- Owner: pvamshi
- License: mit
- Created: 2014-11-13T02:54:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T05:37:14.000Z (almost 10 years ago)
- Last Synced: 2024-10-22T21:23:47.881Z (3 months ago)
- Language: XML
- Size: 457 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
remote
======
Trying out to play mplayer remotely from other computer or mobile1. clone this repo
2. install all the necessary packages (best done inside of a virtual environment)
> pip install -r requirements.txt3. run the app
> python runserver.py4. create and seed the db (the server must still be running, so open a new terminal window first)
> python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'5. check out your blog
> http://localhost:5000/blog