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

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