Information Gateway System (Barangay Demographics Governance Management)

Language

# Information Gateway System # Point release: 17/11/2015 by Jii Yo with REDCAPPER Information Gateway System - Barangay Application ==================================== Information Gateway Application has a suite of selective modules specifically tailored to the requirements of education industry. Information Gateway System is engineered and designed considering range of management functions within university. With the use of Information Gateway System, staff can be more accountable as it helps to know the performance of each department in just few seconds. Information Gateway System helps to assign the responsibilities to employee staff and can reduce time wastage and can speed up the administrative functions. Core functions like admissions, library management, transport management, students attendance in short entire range of university functions can be well performed by Information Gateway System. DOCUMENTATION AND SUPPORT ------------------------- * www.igs-apps.com/contact 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 Information Gateway System 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 Information Gateway System to the web directory of your choice. 2) Create a new single MySQL database for Information Gateway System to store all its tables. 3) Browse to the Information Gateway System folder and you will be redirected to the Information Gateway System requirement checker is display details of minimum requirements by Information Gateway System. If your your server configuration not satisfies please solved problem before installing Information Gateway System 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 Information Gateway System, creating an admin user account and institute setup etc. 5) You are now ready to use Information Gateway System. MANUAL INSTALLATION ------------------- For manual installation used only when Information Gateway System 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 Information Gateway System to the web directory of your choice. 2) Create a new single MySQL database for Information Gateway System to store all its tables. 3) Import Information Gateway System database into `applicationPath/database`. If you wish you install sample data please upload Information Gateway System-sample-db.sql other wise upload Information-Gateway-System-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: ```php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=IGSSQL', 'username' => 'root', 'password' => '', 'charset' => 'utf8', ]; ``` 6) 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 Information Gateway System, creating an admin user account and institute setup etc. 7) You are now ready to use Information Gateway System. DEMO/SAMPLE DATABASE USERS DETAILS ---------------------------------- ### ADMIN USER Username : admin Password : admin ### PROFESSIONAL USER created by admin ### YOUTH USER created by admin **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 Information Gateway System requirement it satisfies or not: ~~~ http://localhost/baranggayApp/Information-Gateway-requirements.php ~~~

WARNING: the package maybe not functioning on your server properly. Recommend to use wamp server 2.5 and php 5.4. See the readme files. We're still developing. Your judge is must.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAnonymous (not verified)on Sat, 02/08/2020 - 22:33

how to solve this error code Warning: require(C:\wamp\www\igsap_beta/vendor/autoload.php): failed to open stream: No such file or directory in C:\wamp\www\igsap_beta\index.php on line 12

Add new comment