dddd
Show More
@@ -8,9 +8,11 b' Performance, exception, and uptime monitoring for the Web' | |||||
8 | Automatic Installation |
|
8 | Automatic Installation | |
9 | ====================== |
|
9 | ====================== | |
10 |
|
10 | |||
11 | Use the ansible scripts in the `automation` repository to build complete instance of application |
|
11 |
Use the ansible or vagrant scripts in the `automation` repository to build complete instance of application.
|
|
12 | You can also use `packer` files in `automation/packer` to create whole VM's for KVM and VMWare. |
|
12 | You can also use `packer` files in `automation/packer` to create whole VM's for KVM and VMWare. | |
13 |
|
13 | |||
|
14 | https://github.com/AppEnlight/automation | |||
|
15 | ||||
14 | Manual Installation |
|
16 | Manual Installation | |
15 | =================== |
|
17 | =================== | |
16 |
|
18 | |||
@@ -41,7 +43,7 b' After installing the application you need to perform following steps:' | |||||
41 |
|
43 | |||
42 | appenlight-make-config production.ini |
|
44 | appenlight-make-config production.ini | |
43 |
|
45 | |||
44 | 2. Setup database structure: |
|
46 | 2. Setup database structure (replace filename with the name you picked for `appenlight-make-config`): | |
45 |
|
47 | |||
46 | appenlight-migratedb -c FILENAME.ini |
|
48 | appenlight-migratedb -c FILENAME.ini | |
47 |
|
49 | |||
@@ -64,7 +66,7 b' Running application' | |||||
64 |
|
66 | |||
65 | To run the main app: |
|
67 | To run the main app: | |
66 |
|
68 | |||
67 |
pserve |
|
69 | pserve FILENAME.ini | |
68 |
|
70 | |||
69 | To run celery workers: |
|
71 | To run celery workers: | |
70 |
|
72 | |||
@@ -74,16 +76,17 b' To run celery beat:' | |||||
74 |
|
76 | |||
75 | celery beat -A appenlight.celery --ini FILENAME.ini |
|
77 | celery beat -A appenlight.celery --ini FILENAME.ini | |
76 |
|
78 | |||
77 | To run appenlight's uptime plugin: |
|
79 | To run appenlight's uptime plugin (example of uptime plugin config can be found here | |
|
80 | https://github.com/AppEnlight/appenlight-uptime-ce ): | |||
78 |
|
81 | |||
79 | appenlight-uptime-monitor -c FILENAME.ini |
|
82 | appenlight-uptime-monitor -c UPTIME_PLUGIN_CONFIG_FILENAME.ini | |
80 |
|
83 | |||
81 | Real-time Notifications |
|
84 | Real-time Notifications | |
82 | ======================= |
|
85 | ======================= | |
83 |
|
86 | |||
84 | You should also run the `channelstream websocket server for real-time notifications |
|
87 | You should also run the `channelstream websocket server for real-time notifications | |
85 |
|
88 | |||
86 | channelstream -i filename.ini |
|
89 | channelstream -i CHANELSTRAM_CONFIG_FILENAME.ini | |
87 |
|
90 | |||
88 | Additional documentation |
|
91 | Additional documentation | |
89 | ======================== |
|
92 | ======================== |
General Comments 2
test
Auto status change to "Under Review"
You need to be logged in to leave comments.
Login now