Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 504 Bytes

File metadata and controls

25 lines (22 loc) · 504 Bytes

mezzanine-fix-demo

This repo was created to demonstrate the following mezzanine issue: stephenmcd/mezzanine#2016

How to run

  1. Install mysql_config if it's not already present on your system, eg.
# Debian / Ubuntu
sudo apt-get install libmysqlclient-dev
# macOS
brew install mysql
  1. Install tox if it's not already installed:
pip3 install tox
  1. Start the MySQL server:
docker-compose up
  1. With the server running, run tests:
tox