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

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