You are on page 1of 2

SYSTEM REQUIREMENTS

A web server that can execute PHP

A password-protected MySQL database server connection, and a database on which the


user of the connection has full permissions rights (i.e. SELECT, DROP, CREATE and
UPDATE)

PHP 5.4.0 or later

PHP must be run as the same system user that owns the directory where EduSec will be
installed.

QUICK INSTALL
For the impatient, here is a basic outline of the installation process, which need to collect a little
information before we can get your application up and running :

1. Move/Upload EduSec to the web directory of your choice.

2. Create a new single MySQL database for EduSec to store all its tables.

3. Browse to the Edusec folder and you will be redirected to the EduSec requirement
checker is display details of minimum requirements by EduSec. If your your server
configuration not satisfies please solved problem before installing EduSec else click to
install button.

4. Next, you should be taken to the install.php script, which will lead you through creating a
config/db.php file with create MySQL database and then setting up EduSec, creating an
admin user account and institute setup etc.

5. You are now ready to use EduSec.

MANUAL INSTALLATION
For manual installation used only when EduSec won't create the database for you, this has to be
done manually before you can access it, which need to go following step to done:

1. Move/Upload EduSec to the web directory of your choice.

2. Create a new single MySQL database for EduSec to store all its tables.
3. Import EduSec database into applicationPath/database. If you wish you install
sample data please upload edusec-sample-db.sql other wise upload edusec-empty-db.sql.

4. Go to applicationPath/config and rename file db-sample.php to db.php

5. Edit the file applicationPath/config/db.php with real data, for example:

6. return [
7. 'class' => 'yii\db\Connection',
8. 'dsn' => 'mysql:host=localhost;dbname=edusec',
9. 'username' => 'root',
10. 'password' => '',
11. 'charset' => 'utf8',
];

12. Next, you will be redirected to welcome/login page. If you upload sample-database wii
be redirect login page other wise redirect welcome page and then setting up EduSec,
creating an admin user account and institute setup etc.

13. You are now ready to use EduSec.

DEMO/SAMPLE DATABASE USERS DETAILS


ADMIN USER

o Username : admin@edusec.org Password : admin@edusec.org

EMPLOYEE USER

o Username : employee@edusec.org Password : employee@edusec.org

STUDENT USER

o Username : student@edusec.org Password : student@edusec.org

NOTE
If you any error/display blank page in browse before installing application.you should be able to
access the application through the following URL to check EduSec requirement it satisfies or
not:

http://localhost/edusec/edusec-requirements.php

You might also like