-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added further instructions. This will need to be lengthened.
- Loading branch information
1 parent
22a3d85
commit e43530b
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
Read Me | ||
|
||
ESCan version 1.0 | ||
ESCan version 1.1 | ||
|
||
Steps for installation | ||
|
||
1. Enter in the MySQL credentials in the _congif.php file in the directory "/inc/setup/_config.php" | ||
1. Change the dates to the current E-Week year under /inc/classes/VarArray.class.php | ||
|
||
2. Enter in the webmaster's credentials: username, password, email | ||
2. Enter in the MySQL credentials in the _congif.php file in the directory "/inc/setup/_config.php" | ||
|
||
3. Run install.php to install the application. | ||
3. Also enter in the webmaster's credentials in the same file: username, password, email | ||
|
||
4. Go to login.php and login with the webmaster credentials entered in step 2. | ||
4. Run /install.php and wait for it to finish to install the application. | ||
|
||
5. Go to login.php and login with the webmaster credentials entered in step 2. | ||
|
||
6. Register the Volunteers on the Registration page | ||
|
||
7. Change their access by selecting them under the User Management section in the Admin tab, and updating their access | ||
|
||
8. Create All E-Week Events in the Events Page | ||
|
||
9. Have volunteers scan wristbands into the Barcode Administration section under the Admin tab. | ||
|
||
-Sean Burke | ||
http://www.seantburke.com | ||
Last Updated February 19, 2013 | ||
|
||
|