-
Notifications
You must be signed in to change notification settings - Fork 0
Home
fmfurtado edited this page Dec 26, 2014
·
8 revisions
EasyBiblio, a Book Lending System made easy. It will help you control the lending of books from your library to its participants.
- PHP
- MySQL
See a live demo website here: http://www.easybiblio.com/demo
- The code in the folder server, put it in a folder where your Apache has access (like your htdocs)
- Create a MySQL Database in your system using the file inside the folder \database.
- Update the file configuration.php and include your $server, $username, $password and $database_name according to your configuration.
- Open index.php in your Web Browser and you are ready to go!
- You may want to adapt _header.php to include your own header for your EasyBiblio installation ;-)