forked from Puja0708/Online-Examination-Software
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
47 lines (32 loc) · 1.38 KB
/
README
File metadata and controls
47 lines (32 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
**************************************************************************
*** Online Examination System: *******************************************
**************************************************************************
README Document
****************************************************
Project Summary
---------------------------
Name : Online Examination System
Release: OES-without-Installer-v.1.1
Release Date: 12th July 2010.
Current Project Phase: Under Alpha Testing
License: GNU General Public License v.3
Instructions
-----------------
1. Remember, this copy of project is currently in alpha testing phase, so many
changes are expected in next few weeks. Always have the updated copy of project.
2. This copy doesn't contain Installer. Therefore, perform the following steps:
a. create the database using the given MySQl dump (oes.sql) file.
command to do this is:
mysql> source <path>
Example:
[In Linux]
mysql> source /var/www/htdocs/oes.sql
[In Windows]
mysql> source d:/oes.sql
b. Change the dbsettings.php file, to reflect your database environment.
c. Now, OES is ready to deal with examination matters...
3. Admin Account:
username: root
password: root
4. Path to access admin page is: http://domainname/oes/admin/index.php
5. Path to access test conductor page is: http://domainname/oes/tc/index.php