corrade-http-templates – Diff between revs 24 and 71

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