PUSTAKAWAN ("Librarian" in english) is a web-based tool to enable any Librarian, mostly Reference Librarian or other Information Professional to create a web-based Pathfinder or Subject Guide. PUSTAKAWAN is released as a free open source software under GNU GPL version 3. Pustakawan use CodeIgniter 3 framework. Original Author: Arie Nugraha - dicarve@gmail.com / arie@ui.ac.id.
- PHP > 5.3 (5.5 or above is recommended)
- Web Server with PHP enabled
- MariaDB/MySQL > 5 database server
- PHP-PDO MySQL library
-
Extract source code to your web directory (example: /var/www/html or /var/www/htdocs or /xampp/htdocs).
-
Create new database on MariaDB/MySQL server (example: pustakawan).
-
Go to install folder and import/dump install.sql file to newly created database.
-
Go to application/config/ folder and open database.php file.
-
Search for below lines and change it according to your database connection configuration :
'dsn' => 'mysql:host=localhost;dbname=pustakawan', 'hostname' => 'localhost', 'username' => 'pustakawan', 'password' => 'pathfinder', 'database' => 'pustakawan'
-
You may have to set $config['sess_save_path'] variable in application/config/config.php file if CodeIgniter show session related error
-
Open browser and navigate to your installation URL (example: http://localhost/pustakawan)
-
The default account for administrator/librarian:
username : librarian password : pathfinder