corrade-http-templates – Blame information for rev 77

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 eva 1 -:[ About ]:-
2  
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
5 Wizardry and Steamworks Corrade scripted agent [1].
6  
7 -:[ Requirements ]:-
8  
9 * A WebGL enabled browser: Chome, Opera, Firefox, Safari...
24 vero 10 * A webserver.
11 * PHP version 5 and beyond.
77 office 12 * the PHP gd extension (libgd).
13 * the PHP curl extension.
14 * PHP composer.
2 eva 15  
16 -:[ Setup ]:-
17  
77 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 to reflect your Corrade settings.
25 3.) Enable the Corrade permissions for your configured group:
2 eva 26 * land
27 * interact
77 office 28 4.) Place the all the files in a directory on your webserver.
29 5.) Navigate to renderMapAvatars.html and enjoy.
2 eva 30  
31 -:[ References ]:-
32  
33 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade