Skip to content

Commit 1b80b11

Browse files
author
Michal Mitter
committed
pushing some old install instruction and wtforms version fix
1 parent fc14948 commit 1b80b11

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

INSTALL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Without render-worker:
2+
- run redis server
3+
- clone repository
4+
- `git submodule init`
5+
- `git submodule update`
6+
- `pip install -r requirements.txt`
7+
- `mkdir tmp`
8+
- `python init_db.py`
9+
- `cp render_worker/tasks_config.sample.py tasks_config.py`
10+
- `cd app/static && npm install && cd ../..`
11+
- `python web.py`

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask
22
Flask_WTF
33
requests
44
SQLAlchemy
5-
WTForms
5+
WTForms==2.3.3
66
lxml
77
dramatiq[redis]
88
redis

0 commit comments

Comments
 (0)