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

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