Skip to content

Instantly share code, notes, and snippets.

@ohadcn
Created April 7, 2017 22:17
Show Gist options
  • Save ohadcn/736b8117e14ac80fb7a3cf735c0e107f to your computer and use it in GitHub Desktop.
Save ohadcn/736b8117e14ac80fb7a3cf735c0e107f to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt install git build-essential python3-pip libpq-dev libxml2-dev libxslt1-dev python-dev libffi-dev
git clone https://github.com/patreon-opensource/patreon.git
cd patreon
sudo pip3 install -r requirements.txt
sudo pip3 install kombu billiard 'celery<=3.1' maxminddb rsa
pytohn3 runserver.py #if all is working fine, you should get an error about firebase configs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment