Giter Club home page Giter Club logo

pustakawan's Introduction

Pustakawan

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 - [email protected] / [email protected].

Installation Requirements

  1. PHP > 5.3 (5.5 or above is recommended)
  2. Web Server with PHP enabled
  3. MariaDB/MySQL > 5 database server
  4. PHP-PDO MySQL library

Installation

  1. Extract source code to your web directory (example: /var/www/html or /var/www/htdocs or /xampp/htdocs).

  2. Create new database on MariaDB/MySQL server (example: pustakawan).

  3. Go to install folder and import/dump install.sql file to newly created database.

  4. Go to application/config/ folder and open database.php file.

  5. 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'

  6. You may have to set $config['sess_save_path'] variable in application/config/config.php file if CodeIgniter show session related error

  7. Open browser and navigate to your installation URL (example: http://localhost/pustakawan)

  8. The default account for administrator/librarian:

    username : librarian password : pathfinder

pustakawan's People

Contributors

dicarve avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.