Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
8adf8d4f
Commit
8adf8d4f
authored
Feb 17, 2018
by
Robin Sonnabend
Browse files
Add comment to create DOCUMENTS_PATH
parent
3efbb9c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
DEVELOPMENT.md
View file @
8adf8d4f
...
...
@@ -2,7 +2,7 @@
## Setup
*
Install python3
and virtualenv
*
Install python3
, virtualenv, redis and a database program (postgres, mysql, sqlite does not work with alembic migrations)
*
Create a virtualenv and install the requirements
```
sh
...
...
@@ -22,7 +22,7 @@ cp config.py.example config.py
-
Don't forget to enter your database connection
-
And your authentication backend
-
And deactivate everything you do not use
*
create the path where PDFs will be stored (
`DOCUMENTS_PATH`
in config.py)
*
Fill your database
```
sh
...
...
config.py.example
View file @
8adf8d4f
...
...
@@ -148,6 +148,7 @@ FONTS = {
}
# local filesystem path to save compiled and uploaded protocols (and attachments)
# create this path!
DOCUMENTS_PATH = "documents"
# keywords indicating private protocol parts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment