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

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