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

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