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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 71
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.
-   21 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
15 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 22 to reflect your Corrade settings.
16 to reflect your settings in Corrade.ini 23 3.) Enable the Corrade permissions for your configured group:
-   24  
17 2.) Enable the Corrade permissions for your configured group: 25 * talk
-   26 * notifications
18 * talk 27  
-   28 4.) Enable the notifications for your configured group:
19 * notifications 29  
20 3.) Enable the notifications for your configured group: 30 * group
-   31  
21 * group 32 5.) Run the installGroup.php file from a console (you only need to
-   33 do this once):
22 4.) Run the installGroup.php file from a console (you only need to 34  
23 do this once): 35 php installGroup.php
Line 24... Line 36...
24 php installGroup.php 36  
Line 25... Line 37...
25 5.) Place the all the files in a directory on your webserver. 37 6.) Place the all the files in a directory on your webserver.