Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```