PimenGest2 Contact : info@pimentech.net Maintainer : cedric@pimentech.net After your successfull installation of the pimengest2 package, you still have to build the database. Some scripts are provided for this : /usr/lib/pimengest2/bin/pg2-createdb : to build the database /usr/lib/pimengest2/bin/pg2-dropdb : to destroy the database but read on before firing one of these. These scripts first source the config file /etc/pimengest2/pimengest2rc that you _MUST_ edit to change default passwords, username, hostname or datebase name. Then, if you know how pimentech-dbutils work, you can also edit /etc/pimengest2/pimengest2.pgml, which is the database scehma, to add or upate the data model to match your specific needs, and vital.sql which consists of SQL commands that are executed right after the creation of the database. Then, ensure that your postgreSql configuration allow the user with wich you will run the scripts to connect and to create the database user used by pimengest2. Felicitation, you are now ready to run /usr/lib/pimengest2/bin/pg2-createdb ! You should now have a database ready. Review you apache configuration to add/uncomment the alias toward /usr/share/pimentcore/pimengest2, and you are done.