Skip to content

Commit fa18218

Browse files
author
Michal Mitter
committed
Merge remote-tracking branch 'origin/master'
2 parents 1b80b11 + 4836bac commit fa18218

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ Demo analysis, cutting, video rendering for IdTech3 games mainly Wolfenstein: En
2323

2424
This project uses [hannes's](http://www.crossfire.nu/user/view/id/6710) modified [Tech3 Demo API - 0.1](http://www.crossfire.nu/news/4632/tech3-demo-api-01) to cut and export demos.
2525
It was modified to be able to cut [ETTV](http://wolfwiki.anime.net/index.php/ETTV:Viewer%27s_Guide) demo with selected player's POV. My modification: [Tech3 Demo API](https://github.com/mittermichal/Anders.Gaming.LibTech3)
26+
27+
## Self-hosting
28+
29+
with python3:
30+
- `pip install -r requirements.txt`
31+
- download parsing application from https://github.com/mittermichal/Anders.Gaming.LibTech3/releases its path is then referenced in `PARSERPATH` in `config.cfg` in the next step
32+
- create `config.cfg` and `config.py` from `config.sample.cfg` and `config.sample.py`
33+
- run `python init_db.py` ... this should create sqlite database
34+
- run `python web.py`
35+
- open `localhost:5111` in browser

0 commit comments

Comments
 (0)