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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 74
Line 6... Line 6...
6 -:[ Requirements ]:- 6 -:[ Requirements ]:-
Line 7... Line 7...
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 PHP curl extension.
Line 12... Line 13...
12 * the curl extension. 13 * PHP composer.
Line -... Line 14...
-   14
-   15 -:[ Setup ]:-
-   16  
-   17 1.) Run the following command inside the directory:
-   18  
13 19 composer require was/utilities:dev-trunk
14 -:[ Setup ]:- 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
Line 20... Line 26...
20 * interact 26 * interact
Line 21... Line 27...
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.