corrade-http-templates – Blame information for rev 70

Subversion Repositories:
Rev:
Rev Author Line No. Line
24 vero 1 -:[ About ]:-
2  
3 This template demonstrates downloading textures by asset UUID from
4 a Linden Lab grid using the Corrade scripted agent [1].
5  
6 -:[ Requirements ]:-
7  
8 * A modern browser: Chome, Opera, Firefox, Safari...
9 * A webserver.
10 * PHP version 5 and beyond.
70 office 11 * the PHP curl extension.
12 * the PHP gd extension (libgd).
13 * PHP composer
24 vero 14  
15 -:[ Setup ]:-
16  
70 office 17 1.) Run the following command inside the directory:
18  
19 composer require was/utilities:dev-trunk
20  
21 in order to install all the requirements.
22 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
23 to reflect your Corrade settings.
24 3.) Enable the Corrade permissions for your configured group:
25  
24 vero 26 * interact
27  
70 office 28 4.) Place the all the files in a directory on your webserver.
29 5.) Navigate to downloadTexture.html in your browser and enjoy.
30  
24 vero 31 -:[ References ]:-
32  
33 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade