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

theGeoffrey/theGeoffrey

Repository files navigation

Geoffrey Discourse Service Bot

Installation:

  1. Fork

  2. virtualenv:

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

  3. profit!

Running Geoffrey

Start the API Server via:

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

Start the Backend Workers with Celery

celery -A tasks worker --loglevel=info

Start redis:

redis-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published