Auto status change to "Under Review"
Show More
@@ -12,7 +12,7 b' Manual Installation' | |||||
12 |
|
12 | |||
13 | To run the app you need to have meet prerequsites: |
|
13 | To run the app you need to have meet prerequsites: | |
14 |
|
14 | |||
15 | - python 3.5+ |
|
15 | - python 3.5+ (currently 3.6 tested) | |
16 | - running elasticsearch (6.6.2 tested) |
|
16 | - running elasticsearch (6.6.2 tested) | |
17 | - running postgresql (9.5+ required, tested 9.6 and 10.6) |
|
17 | - running postgresql (9.5+ required, tested 9.6 and 10.6) | |
18 | - running redis |
|
18 | - running redis | |
@@ -25,6 +25,12 b' Install the app by performing' | |||||
25 |
|
25 | |||
26 | Install the appenlight uptime plugin (`ae_uptime_ce` package from `appenlight-uptime-ce` repository). |
|
26 | Install the appenlight uptime plugin (`ae_uptime_ce` package from `appenlight-uptime-ce` repository). | |
27 |
|
27 | |||
|
28 | For production usage you can do: | |||
|
29 | ||||
|
30 | pip install appenlight | |||
|
31 | pip install ae_uptime_ce | |||
|
32 | ||||
|
33 | ||||
28 | After installing the application you need to perform following steps: |
|
34 | After installing the application you need to perform following steps: | |
29 |
|
35 | |||
30 | 1. (optional) generate production.ini (or use a copy of development.ini) |
|
36 | 1. (optional) generate production.ini (or use a copy of development.ini) |
General Comments 4
Auto status change to "Under Review"
You need to be logged in to leave comments.
Login now