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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 70
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 curl extension. 11 * the PHP curl extension.
-   12 * the PHP gd extension (libgd).
Line 12... Line 13...
12 * the gd extension (libgd). 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.
-   22 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
16 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 23 to reflect your Corrade settings.
-   24 3.) Enable the Corrade permissions for your configured group:
17 to reflect your settings in Corrade.ini 25  
18 2.) Enable the Corrade permissions for your configured group: 26 * interact
Line 19... Line 27...
19 * interact 27  
Line 20... Line 28...
20 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.