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

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 24 Rev 76
1 -:[ About ]:- 1 -:[ About ]:-
2   2  
3 The scripts provide and overview table of a simulator's top 3 The scripts provide and overview table of a simulator's top
4 scripts for a simulator on a Linden Lab grid (such as Second 4 scripts for a simulator on a Linden Lab grid (such as Second
5 Life) with the help of the Wizardry and Steamworks Corrade 5 Life) with the help of the Wizardry and Steamworks Corrade
6 scripted agent [1]. 6 scripted agent [1].
7   7  
8 -:[ Requirements ]:- 8 -:[ Requirements ]:-
9   9  
10 * A modern browser: Chome, Opera, Firefox, Safari... 10 * A modern browser: Chome, Opera, Firefox, Safari...
11 * Corrade has to be an estate manager. 11 * Corrade has to be an estate manager.
12 * A webserver. 12 * A webserver.
13 * PHP version 5 and beyond. 13 * PHP version 5 and beyond.
14 * the curl extension. 14 * the PHP curl extension.
-   15 * PHP composer.
15   16  
16 -:[ Setup ]:- 17 -:[ Setup ]:-
-   18  
-   19 1.) Run the following command inside the directory:
-   20  
-   21 composer require was/utilities:dev-trunk
-   22  
17   23 in order to install all the requirements.
18 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 24 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
19 to reflect your settings in Corrade.ini 25 to reflect your settings in Corrade.ini
20 2.) Enable the Corrade permissions for your configured group: 26 3.) Enable the Corrade permissions for your configured group:
21 * land 27 * land
22 3.) Make sure that Corrade is an estate manager for the 28 4.) Make sure that Corrade is an estate manager for the
23 simulator that you use this template with. 29 simulator that you use this template with.
24 4.) Place the all the files in a directory on your webserver. 30 5.) Place the all the files in a directory on your webserver.
25 5.) Navigate to topScripts.html in your browser and enjoy. 31 6.) Navigate to topScripts.html in your browser and enjoy.
26   32  
27 -:[ References ]:- 33 -:[ References ]:-
28   34  
29 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade 35 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade
30   36