Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

theGeoffrey/infrastructure

Repository files navigation

The private Geoffrey UI repo

Note: has the normal geoffrey in a sub-repo but runs from over here

Install:

1. clone with submodules:
    git clone --depth=2 --recursive XXX
2. virtualenv with geoffrey:

    virtualenv -p python2.7 .
    source bin/activate
    pip install -r requirements.txt

3. Start celery:

	python tasks.py

4. Use:


    bin/twistd -n web --class server.resource

Running

everything goes from here!