Simple document search.
Below screen shot:
create a database and tables on your mysql server, the sql script is located on /sql/acervo digital pessoal.sql
$ cd /var/www/
$ git clone https://github.com/domwal/acervo-digital-pessoal.git
$ chmod 777 files
$ chmod 777 admin/tmp
Open your browser and open the url: http://127.0.0.1/acervo-digital-pessoal/test.php
If show text: ---- OK ----
Fine. All is ok.
user: admin
pass: admin
Go to http://127.0.0.1/acervo-digital-pessoal
or Administration
Go to http://127.0.0.1/acervo-digital-pessoal/admin
Install pdftotext under RedHat / RHEL / Fedora / CentOS Linux
pdftotext is installed using poppler-utils package under various Linux distributions:
# yum install poppler-utils
OR use the following under Debian / Ubuntu Linux
$ sudo apt-get install poppler-utils