corrade-http-templates – Blame information for rev 75

Subversion Repositories:
Rev:
Rev Author Line No. Line
24 vero 1 -:[ About ]:-
2  
3 The scripts are meant to display region statistics such as:
4 * script time
5 * time dilation
6 * FPS
7 * physics FPS
8 * agent updates
9 on a Linden-Lab grid (such as Second Life) with the help of
10 the Wizardry and Steamworks Corrade scripted agent [1].
11  
12 -:[ Requirements ]:-
13  
14 * A modern browser: Chome, Opera, Firefox, Safari...
15 * A webserver.
16 * PHP version 5 and beyond.
75 office 17 * the PHP curl extension.
18 * PHP composer.
24 vero 19  
20 -:[ Setup ]:-
21  
75 office 22 1.) Run the following command inside the directory:
23  
24 composer require was/utilities:dev-trunk
25  
26 in order to install all the requirements.
27 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
24 vero 28 to reflect your settings in Corrade.ini
75 office 29 3.) Enable the Corrade permissions for your configured group:
24 vero 30 * land
75 office 31 4.) Place the all the files in a directory on your webserver.
32 5.) Navigate using a browser to regionStatistics.html and enjoy.
24 vero 33  
34 -:[ References ]:-
35  
36 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade