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

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 24 Rev 74
1 -:[ About ]:- 1 -:[ About ]:-
2   2  
3 This is an example map-overview of the region that Corrade [1] 3 This is an example map-overview of the region that Corrade [1]
4 is currently on. 4 is currently on.
5   5  
6 -:[ Requirements ]:- 6 -:[ Requirements ]:-
7   7  
8 * A modern browser: Chome, Opera, Firefox, Safari... 8 * A modern browser: Chome, Opera, Firefox, Safari...
9 * A webserver. 9 * A webserver.
10 * PHP version 5 and beyond. 10 * PHP version 5 and beyond.
11 * the gd extension (libgd). 11 * the PHP gd extension (libgd).
12 * the curl extension. 12 * the PHP curl extension.
-   13 * PHP composer.
13 14
14 -:[ Setup ]:- 15 -:[ Setup ]:-
-   16  
-   17 1.) Run the following command inside the directory:
-   18  
-   19 composer require was/utilities:dev-trunk
-   20  
15   21 in order to install all the requirements.
16 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 22 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
17 to reflect your settings in Corrade.ini 23 to reflect your Corrade settings.
18 2.) Enable the Corrade permissions for your configured group: 24 3.) Enable the Corrade permissions for your configured group:
19 * land 25 * land
20 * interact 26 * interact
21 3.) Place the all the files in a directory on your webserver. 27 4.) Place the all the files in a directory on your webserver.
22 4.) Navigate using a browser to plotMapAvatars.html and enjoy. 28 5.) Navigate using a browser to plotMapAvatars.html and enjoy.
23   29  
24 -:[ References ]:- 30 -:[ References ]:-
25   31  
26 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade 32 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade
27   33