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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 79
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 PHP curl extension.
Line 11... Line 12...
11 * the curl extension. 12 * PHP composer.
Line -... Line 13...
-   13  
-   14 -:[ Setup ]:-
-   15  
-   16 1.) Run the following command inside the directory:
-   17  
12   18 composer require was/utilities:dev-trunk
13 -:[ Setup ]:- 19  
14   20 in order to install all the requirements.
15 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 21 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
16 to reflect your settings in Corrade.ini 22 to reflect your settings in Corrade.ini
17 2.) Enable the Corrade permissions for your configured group: 23 3.) Enable the Corrade permissions for your configured group:
Line 18... Line 24...
18 * group 24 * group
Line 19... Line 25...
19 3.) Place the all the files in a directory on your webserver. 25 4.) Place the all the files in a directory on your webserver.