corrade-http-templates – Blame information for rev 78

Subversion Repositories:
Rev:
Rev Author Line No. Line
24 vero 1 -:[ About ]:-
2  
3 This template allows tracking group members parting and leaving a group
4 using the Corrade [1] scripted agent. Furthermore, Corrade does memorize
5 the current group members such that if Corrade is not online, it will
6 report the members that have left or joined when Corrade gets back online.
7  
8 -:[ Requirements ]:-
9  
10 * A modern browser: Chome, Opera, Firefox, Safari...
11 * A webserver.
12 * PHP version 5 and beyond.
78 office 13 * the PHP curl extension.
14 * PHP composer.
24 vero 15  
16 -:[ Setup ]:-
17  
78 office 18 1.) Run the following command inside the directory:
19  
20 composer require was/utilities:dev-trunk
21  
22 in order to install all the requirements.
23 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
24 vero 24 to reflect your settings in Corrade.ini
78 office 25 3.) Enable the Corrade permissions for your configured group:
24 vero 26 * notifications
78 office 27 4.) Enable the notifications for your configured group:
24 vero 28 * membership
78 office 29 5.) Run the installMembership.php file from a console (you only
24 vero 30 need to do this once):
31 php installMembership.php
78 office 32 6.) Place the all the files in a directory on your webserver.
33 7.) Navigate to trackMembership.html in your browser and enjoy.
24 vero 34  
35 -:[ References ]:-
36  
37 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade