Go to file
redfast00 be9929fd92
Apply timeouts everywhere
2020-02-14 13:21:21 +01:00
app Apply timeouts everywhere 2020-02-14 13:21:21 +01:00
migrations OK, quotes should not be _that_ big 2019-02-13 23:29:21 +01:00
.editorconfig Add EditorConfig file 2019-03-27 23:38:11 +01:00
.gitignore Server stuff 2019-02-13 21:00:13 +01:00
README.md Add detailed instructions about migrations 2019-02-14 04:43:51 +01:00
config.py.example add the MM drier token config example 2019-08-24 02:16:20 +02:00
deploy.sh Fix deploy.sh part II 2019-02-13 21:46:51 +01:00
import_quotes.py Make files executable 2019-03-27 23:27:39 +01:00
passenger_wsgi.py Server stuff 2019-02-13 21:00:13 +01:00
requirements.txt Update dependencies 2019-06-05 14:57:21 +02:00
run_dev.py Make files executable 2019-03-27 23:27:39 +01:00
setup_database.py Make files executable 2019-03-27 23:27:39 +01:00

README.md

Mattermore

Mattermost integrations

Installation guide

  1. Clone this repository
git clone ssh://git@git.zeus.gent: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

migrations