VuBib is the backend software used to manage https://findingaugustine.org.
- Download/Clone the project from github
- Goto project directory path, type composer install
- Change the paths accordingly in config\autoload folder.
- Goto 'path of\mysql\bin' and type mysql -u username -p password
- Type create database database name
- mysql --default-character-set=utf8 -u username -p password database name< path of panta_rhei.sql
- Dump sample data to get started: goto path of\mysql\bin path and give mysql -u username database name< path of each table.sql file (eg: mysql -u username test< path of agenttype.sql). Load data to tables users, module_access, page_instructions, translate_language, folder,worktype, workattribute, workattribute_option to get started.