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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 77
Line 7... Line 7...
7 -:[ Requirements ]:- 7 -:[ Requirements ]:-
Line 8... Line 8...
8   8  
9 * A WebGL enabled browser: Chome, Opera, Firefox, Safari... 9 * A WebGL enabled browser: Chome, Opera, Firefox, Safari...
10 * A webserver. 10 * A webserver.
11 * PHP version 5 and beyond. 11 * PHP version 5 and beyond.
12 * the gd extension (libgd). 12 * the PHP gd extension (libgd).
-   13 * the PHP curl extension.
Line 13... Line 14...
13 * the curl extension. 14 * PHP composer.
Line -... Line 15...
-   15  
-   16 -:[ Setup ]:-
-   17  
-   18 1.) Run the following command inside the directory:
-   19  
14   20 composer require was/utilities:dev-trunk
15 -:[ Setup ]:- 21  
16   22 in order to install all the requirements.
17 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 23 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
18 to reflect your settings in Corrade.ini 24 to reflect your Corrade settings.
19 2.) Enable the Corrade permissions for your configured group: 25 3.) Enable the Corrade permissions for your configured group:
20 * land 26 * land
Line 21... Line 27...
21 * interact 27 * interact
Line 22... Line 28...
22 3.) Place the all the files in a directory on your webserver. 28 4.) Place the all the files in a directory on your webserver.