Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

edb-gjengen/tekstmelding

Repository files navigation

Dependencies

sudo apt install libmysqlclient-dev python-dev

Setup environment

$ python3 -m venv venv
$ . venv/bin/activate
(venv)$ pip install -U pip wheel
(venv)$ pip install -r requirements.txt

Create a config file

$ cp config.py.sample config.py
# Edit config.py with your favorite editor

Create the database

$ mysql -uUSER -p tekstmelding < create_db.sql

Run the server

(env)$ python tekstmelding.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages