corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 77  →  ?path2? @ 78
/trackMembership/README.txt
@@ -10,21 +10,27 @@
* A modern browser: Chome, Opera, Firefox, Safari...
* A webserver.
* PHP version 5 and beyond.
* the curl extension.
* the PHP curl extension.
* PHP composer.
 
-:[ Setup ]:-
 
1.) Rename "config.php.dist" to "config.php" and edit "config.php"
1.) Run the following command inside the directory:
 
composer require was/utilities:dev-trunk
 
in order to install all the requirements.
2.) Rename "config.php.dist" to "config.php" and edit "config.php"
to reflect your settings in Corrade.ini
2.) Enable the Corrade permissions for your configured group:
3.) Enable the Corrade permissions for your configured group:
* notifications
3.) Enable the notifications for your configured group:
4.) Enable the notifications for your configured group:
* membership
4.) Run the installMembership.php file from a console (you only
5.) Run the installMembership.php file from a console (you only
need to do this once):
php installMembership.php
5.) Place the all the files in a directory on your webserver.
6.) Navigate to trackMembership.html in your browser and enjoy.
6.) Place the all the files in a directory on your webserver.
7.) Navigate to trackMembership.html in your browser and enjoy.
 
-:[ References ]:-