Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frafra/remotelauncher
Simple remote launcher based on Django
https://github.com/frafra/remotelauncher
Last synced: about 1 month ago
JSON representation
Simple remote launcher based on Django
- Host: GitHub
- URL: https://github.com/frafra/remotelauncher
- Owner: frafra
- License: agpl-3.0
- Created: 2015-04-13T10:55:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T18:19:22.000Z (over 9 years ago)
- Last Synced: 2024-10-13T19:07:57.352Z (3 months ago)
- Language: HTML
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README #
## Requirements ##
* Python 3
* Django 1.8## How do I get set up? ##
```
#!/bin/bash
cd remotelauncher
cp remotelauncher/settings.py{.example,}
python3 manage.py syncdb
python3 manage.py runserver
```