##// END OF EJS Templates
readme: provide better descriptions
ergo -
Show More
@@ -8,9 +8,11 b' Performance, exception, and uptime monitoring for the Web'
8 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.
note

dddd

12 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 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 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 48 appenlight-migratedb -c FILENAME.ini
47 49
@@ -64,7 +66,7 b' Running application'
64 66
65 67 To run the main app:
66 68
67 pserve development.ini
69 pserve FILENAME.ini
68 70
69 71 To run celery workers:
70 72
@@ -74,16 +76,17 b' To run celery beat:'
74 76
75 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 84 Real-time Notifications
82 85 =======================
83 86
84 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 91 Additional documentation
89 92 ========================
General Comments 2
Approved

test

Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now