Skip to content

easybiblio/easybiblio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Introduction

EasyBiblio, a Book Lending System made easy. It will help you control the lending of books from your library to its participants.

Used technologies

Demo site

See a live demo website here: http://www.easybiblio.com/demo

How to install

  1. The code in the folder server, put it in a folder where your Apache has access (like your htdocs)
  2. Create a MySQL Database in your system using the file inside the folder /database.
  3. Update the file configuration.php and include your $server, $username, $password and $database_name according to your configuration.
  4. Open index.php in your Web Browser and you are ready to go!
  5. You may want to adapt _header.php to include your own header for your EasyBiblio installation ;-)