Skip to content

Instantly share code, notes, and snippets.

@djbobbydrake
Last active July 14, 2016 21:29
Show Gist options
  • Save djbobbydrake/d14e445e211243d1afa514e1bd7c16e9 to your computer and use it in GitHub Desktop.
Save djbobbydrake/d14e445e211243d1afa514e1bd7c16e9 to your computer and use it in GitHub Desktop.
Installing Caravel
  1. brew install pkg-config libffi openssl python
  2. sudo python setup.py develop — got error "error: Flask-SQLAlchemy 2.1 is installed but Flask-SQLAlchemy==2.0 is required by set(['flask-appbuilder'])"
  3. sudo pip install Flask-SQLAlchemy==2.0
  4. Rerun sudo python setup.py develop
  5. Continue with steps from https://github.com/kidspass/caravel/blob/master/CONTRIBUTING.md

Setup the assets

  1. cd /caravel/assets
  2. npm install
  3. npm run dev

Install MySQL Client

  1. sudo pip install mysqlclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment