2.0.4 • Published 5 years ago

pestjs v2.0.4

Weekly downloads
25
License
-
Repository
gitlab
Last release
5 years ago

PEST Print Estimator

Javascript software for Print Shops and Printing Estimates.

Setup

  1. Run 'sql_setup.sql' to initialize the database.

  2. Create an SQL user with access privileges to the pest database, and set the appropriate settings in 'pest.inc.php' to allow pest to access the database.

  3. The pest SQL users table will have a default user called 'admin' with a password of 'pestadmin' This user is not the same as the SQL user account which accesses the pest database. It is 'pest' user account with access to pest related data. Update this account immediately with your preferred pest admin username and password. Note the password stored in SQL is the PHP password_hash of the actual password.

  4. Change settings in 'pest_admin_init.php', then visit the page to initialize the first admin user.

  5. Set variable 'php_root' in src/config/net.json to the root directory for php.