You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'access_log_path' => '/var/log/nginx/access_chat_manager_client.log', //or '/var/log/apache2/access_chat_manager_client.log' use your site's log name
14
14
'http_mode' => 'http://', // Set http:// or https://
15
15
16
-
If you are using direct admin, you will have to append these also
16
+
If you are using DirectAdmin (http://www.directadmin.com/), you will have to append these also
17
17
'direct_admin_user' => '<direct_admin_user>',
18
18
'direct_admin_pass' => 'direct_admin_password>',
19
19
'direct_admin_ip' => '<IP>',
@@ -36,11 +36,11 @@ If you are using direct admin, you will have to append these also
36
36
37
37
38
38
3. In db section add
39
-
'database_user_prefix' => 'lhc_manage_client_', // Each new customer database will be created with the following pattern 'lhc_manage_client_'.customer->id
39
+
'database_user_prefix' => 'lhc_manage_client_', // Each new customer database will be created with the following pattern 'lhc_manage_client_'.customer->id. Example: "lhc_manage_customer_23"
40
40
41
41
4. Extract "instance" extension to extension folder
42
42
43
-
5. Execute in fresh installed database query from extension/instance/doc/install.sql
43
+
5. Execute in fresh installed database query from extension/instance/doc/install.sql. You can use the command line or a tool like phpmyadmin if installed.
44
44
45
45
6. Active extension in fresh installed LHC
46
46
'extensions' =>
@@ -50,47 +50,47 @@ If you are using direct admin, you will have to append these also
0 commit comments