Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitu/carnival
https://github.com/amitu/carnival
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/amitu/carnival
- Owner: amitu
- Created: 2013-07-20T23:15:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-21T05:08:59.000Z (over 11 years ago)
- Last Synced: 2024-04-17T02:59:18.542Z (7 months ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### importd - development branch
``` shell
$ git clone https://github.com/amitu/importd.git
$ git checkout development
$ sudo python setup.py develop
```#### carnival
``` shell
$ git clone https://github.com/amitu/carnival.git
$ cd carnival
$ sudo python setup.py develop # should install rest of dependencies
$ python -m carnival.app test tasks
$ python -m carnival.app test photos
$ python -m carnival.app syncdb
$ python -m carnival.app # runs the server
```From a different shell
``` shell
$ python -m carnival.worker foo # start a worker named foo
```From yet another shell
``` shell
$ python -m carnival.pusher # this guy pushes users for workers to handle
```Visit http://localhost:8000.