Disclaimer

This information HAS errors and is made available WITHOUT ANY WARRANTY OF ANY KIND and without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. It is not permissible to be read by anyone who has ever met a lawyer or attorney. Use is confined to Engineers with more than 370 course hours of engineering.
If you see an error contact:
+1(785) 841 3089
inform@xtronics.com

Phreebooks Software Installation


Prerequisites

mysql

mysql > 4 Open the mysql shell and:

CREATE DATABASE company;
CREATE USER 'phreebooks_user'@'localhost';
set password for 'phreebooks_user'@'localhost' = password('user-password')
GRANT ALL PRIVILEGES ON company.* TO 'phreebooks_db_user'@'localhost' WITH GRANT OPTION;

php

PHP Version: 5.0 and higher

On Debian you will want to add support for mysql, gd, and curl

Wajig install php-curl php-gd php5-mysql

apache

Just point to the Phreebooks directory

Continue with Phreebooks Company setup

Installation

Point your browser to the top directory and follow instructions.

Upgrading R1.2.1 to R1.3

Expand the tarball into a new directory.

From the old installation directory to the new one - Copy

includes/configure.php
my_files/

Point apache at the new Phreebooks directory.

Make sure the privileges are set to read-only for configure.php. The database is upgraded automatically.


Top Page wiki Index