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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 76
Line 9... Line 9...
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 PHP curl extension.
Line 14... Line 15...
14 * the curl extension. 15 * PHP composer.
Line -... Line 16...
-   16  
-   17 -:[ Setup ]:-
-   18  
-   19 1.) Run the following command inside the directory:
-   20  
15   21 composer require was/utilities:dev-trunk
16 -:[ Setup ]:- 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
Line 23... Line 29...
23 simulator that you use this template with. 29 simulator that you use this template with.
Line 24... Line 30...
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.