Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 523 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 523 Bytes

Mattermore

Mattermost integrations

Installation guide

  1. Clone this repository
git clone ssh://[email protected]:2222/mattermost/mattermore.git
cd mattermore
  1. Create a virtual environment
virtualenv -p python3 venv
  1. Install the pip requirements
./venv/bin/pip install -r requirements.txt
  1. Create the database
./venv/bin/python setup_database.py
  1. Start the server
./venv/bin/python run_dev.py

Development guide

Format your code with black app/ before committing