Mattermost integrations
- Clone this repository
git clone ssh://[email protected]:2222/mattermost/mattermore.git
cd mattermore
- Create a virtual environment
virtualenv -p python3 venv
- Install the pip requirements
./venv/bin/pip install -r requirements.txt
- Create the database
./venv/bin/python setup_database.py
- Start the server
./venv/bin/python run_dev.py
Format your code with black app/
before committing