Personal home library book organizer. The main features of the software are build
around the user allowing him to have a nice experience while using this software.
- PHP, MySQL and an HTTP daemon installed
- You need to have git installed
- Your browser needs to support javascript for better functionality
- Clone the project using:
git clone git://github.com/starlays/My-library.git my-library
or download manually, and unzip, the latest version from github. - Setup you timezone in php.ini, ex. date.timezone = Europe/Bucharest, see
php manual for more informations. - Set your HTTP daemon to serve
webroot
dir insidesrc
dir. - Create a database with the name
mylibrary
and importmylibrary.sql
file
fromdocs\database\
to mysql, inmylibrary
database. - Go to:
config\
dir and renamemysql_credentials.php-dist
in tomysql_credentials.php
. - Edit
mysql_credentials.php
and fill MySQL required informations. - OS releated
- GNU/Linux:
- Take care of the rights for folder
uploads
insidesrc
, the user under
apache runs needs writing permissions on it
- Take care of the rights for folder
- GNU/Linux:
- Access your virtual Library website with
http://localhost
orhttp://<your-ip>
orhttp://example.org