corrade-http-templates – Rev 70

Subversion Repositories:
Rev:
-:[ About ]:-

This template demonstrates downloading textures by asset UUID from
a Linden Lab grid using the Corrade scripted agent [1].

-:[ Requirements ]:-

  * A modern browser: Chome, Opera, Firefox, Safari...
  * A webserver.
  * PHP version 5 and beyond.
    * the PHP curl extension.
    * the PHP gd extension (libgd).
  * PHP composer

-:[ Setup ]:-

  1.) Run the following command inside the directory:

      composer require was/utilities:dev-trunk

      in order to install all the requirements.
  2.) Rename "config.php.dist" to "config.php" and edit "config.php" 
      to reflect your Corrade settings.
  3.) Enable the Corrade permissions for your configured group:

      * interact

  4.) Place the all the files in a directory on your webserver.
  5.) Navigate to downloadTexture.html in your browser and enjoy.

-:[ References ]:-

[1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade