Skip to content

GuiltyTargets/guiltytargets-web

Repository files navigation

GuiltyTargets-Web

Running Locally

  1. Clone this repository with:
$ git clone https://github.com/guiltytargets/guiltytargets-web.git
$ cd guiltytargets-web
  1. Run RabbitMQ. On Mac, this is easy with homebrew
$ # if you need to install rabbitmq, use the first command
$ brew install rabbitmq
$ brew services start rabbitmq
  1. Run the web server using pipenv:
$ pipenv run gunicorn -b 0.0.0.0:5000 wsgi:app
  1. Run the Celery worker using pipenv:
$ pipenv run celery worker -A wsgi.celery -l INFO

See the module docstring of wsgi.py for similar instructions.

Running with Docker

After cloning this repository and ``cd``ing into it, run:

$ docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published