corrade-http-templates – Blame information for rev 71

Subversion Repositories:
Rev:
Rev Author Line No. Line
24 vero 1 -:[ About ]:-
2  
3 The group chat template uses Corrade [1] as a relay in order to send
4 and receive messages to and from a group on a Linden Lab grid.
5  
6 -:[ Requirements ]:-
7  
8 * A modern browser: Chome, Opera, Firefox, Safari...
9 * A webserver.
10 * PHP version 5 and beyond.
71 office 11 * the PHP curl extension.
12 * PHP composer
24 vero 13  
14 -:[ Setup ]:-
15  
71 office 16 1.) Run the following command inside the directory:
17  
18 composer require was/utilities:dev-trunk
19  
20 in order to install all the requirements.
21 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
22 to reflect your Corrade settings.
23 3.) Enable the Corrade permissions for your configured group:
24  
24 vero 25 * talk
26 * notifications
71 office 27  
28 4.) Enable the notifications for your configured group:
29  
24 vero 30 * group
71 office 31  
32 5.) Run the installGroup.php file from a console (you only need to
24 vero 33 do this once):
71 office 34  
24 vero 35 php installGroup.php
36  
71 office 37 6.) Place the all the files in a directory on your webserver.
38 7.) Navigate to groupChat.html in your browser and enjoy.
39  
24 vero 40 -:[ References ]:-
41  
42 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade