Skip to content
fmfurtado edited this page Dec 26, 2014 · 8 revisions

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

  • PHP
  • MySQL

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 ;-)
Clone this wiki locally