Difference between revisions of "PhreeBooks"
m (→Set-up on SME8) |
m (version 1.0 ... you know... lot´s os small bugs to fix yet.) |
||
Line 21: | Line 21: | ||
− | '''1. Create a Bookkeeping ibay '''<br> | + | ==='''1. Create a Bookkeeping ibay '''===<br> |
This will be the directory Phreebook will run from. You must create it from Server Manager<br> | This will be the directory Phreebook will run from. You must create it from Server Manager<br> | ||
Information bay name - '''bookkeeping'''<br> | Information bay name - '''bookkeeping'''<br> | ||
Line 31: | Line 31: | ||
<br> | <br> | ||
− | '''2. Create a PhreeBooks database'''<br> | + | ==='''2. Create a PhreeBooks database'''===<br> |
You can do it via via command line or I use [[PHPMyAdmin]]. | You can do it via via command line or I use [[PHPMyAdmin]]. | ||
Line 49: | Line 49: | ||
'''Add User'''<br> | '''Add User'''<br> | ||
+ | '''Missing instruction about how to do it on CLI ''' that´s for LATER! | ||
− | '''3. Sort out OpenBaseDir restriction'''<br> | + | |
+ | ==='''3. Sort out OpenBaseDir restriction'''===<br> | ||
This is needed to allow files to be uploaded by PhreeBooks<br> | This is needed to allow files to be uploaded by PhreeBooks<br> | ||
You can read about this at [[PHP#Open_basedir_restriction]] | You can read about this at [[PHP#Open_basedir_restriction]] | ||
Line 64: | Line 66: | ||
signal-event ibay-modify bookkeeping | signal-event ibay-modify bookkeeping | ||
− | + | ==='''5. Delete the index.html'''=== | |
− | |||
− | |||
− | |||
− | |||
− | + | rm /home/e-smith/files/ibays/bookkeeping/html/index.html | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ==='''Get PhreeBooks'''=== | ||
+ | cd /home/e-smith/files/ibays/bookkeeping/files/ | ||
+ | wget http://sourceforge.net/projects/phreebooks/files/latest/download?source=directory | ||
− | + | that will download latest version from PhreeBook site, now unzip it using: | |
− | + | unzip <filename> | |
− | |||
− | + | for today that would be: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | unzip PhreeBooksR36RC2.zip | ||
+ | there should be 2 entries similar to this: | ||
+ | PhreeBooksR36RC2 | ||
+ | PhreeBooksR36RC2.zip | ||
− | + | One it´s the originally downloaded file (version can be newer) and other the directory with unzipped content. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==='''6. Put files on right directory and right permissions'''=== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | mv phreebooks/* ../html/ | ||
+ | chown -R www:www /home/e-smith/files/ibays/bookkeeping | ||
+ | chmod -R 0750 /home/e-smith/files/ibays/bookkeeping | ||
+ | ==='''7.. Install and configure PhreeBooks using browser'''=== | ||
− | + | Open a browser and type: | |
− | + | http'''s'''://<server ip address>/bookkeeping | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{Note box| Please be patient, this can take 30 seconds or so (depending on processor speed etc )}} | |
− | |||
− | |||
− | |||
− | |||
+ | Now follow the on-screen instructions. | ||
+ | ==='''8. Post-install adjustments'''=== | ||
− | + | After install, the web server needs RO access to all directories except /my_files which needs write access also for writing company specific files. <br> | |
− | After install, the web server needs access to all directories | + | Once you have the normal PhreeBooks desktop view (with dropdown menus across the top of the screen) then rename or delete the Install directory and make Includes/configure.php read only. <br> |
− | + | mv /home/e-smith/files/ibays/bookkeeping/html/install /home/e-smith/files/ibays/bookkeeping/html/install.old | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | or | ||
− | + | rm -rf /home/e-smith/files/ibays/bookkeeping/html/install | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | And configure rigth file permissions: | |
− | |||
− | |||
+ | chmod -R 0551 /home/e-smith/files/ibays/bookkeeping | ||
+ | chmod -R 0750 /home/e-smith/files/ibays/bookkeeping/html/my_files | ||
+ | chmod 0400 /home/e-smith/files/ibays/bookkeeping/html/includes/configure.php | ||
+ | {{Note box| I am investigating whether the 0551 file-permission above can be lowered to 0550 IF the user can pre-establish membership of a 'Group', i.e. by password protecting the ibay.}} | ||
− | + | I hope it works now. :) | |
− | |||
---- | ---- | ||
[[Category:Howto]] | [[Category:Howto]] |
Revision as of 16:42, 18 October 2013
PhreeBooks Accounting
Author: Charles2008
Source: http://forums.contribs.org/index.php/topic,50284.0/topicseen.html
Description
PhreeBooks Accounting (previously called PhreedomERP)
PhreeBooks is a web based (multi-user), OpenSource, double-entry ERP/accounting software.
Demo: http://www.phreebooks.com/pb-demo ... (demo, demouser)
Dave Premo is the project leader and has kept a very firm control of development.
In his own words - http://www.phreebooks.com/pb-forum/viewtopic.php?p=3178#p3178
PhreeBooks aims to be a viable OpenSource alternative to Quickbooks and Peachtree/Sage.
Set-up on SME8
===1. Create a Bookkeeping ibay ===
This will be the directory Phreebook will run from. You must create it from Server Manager
Information bay name - bookkeeping
Description – Phreebooks Accounting
Group – Admin ... (set user Group)
User access via file sharing or user ftp – Write = group, Read = group
Public access via web or anonymous ftp – Local network, no password required
Execution of dynamic content (CGI, PHP, SSI) – Enabled
===2. Create a PhreeBooks database===
You can do it via via command line or I use PHPMyAdmin.
In PHPMyAdmin:
Create database - phreebooks
Collation – utf8_general_ci
Create user: select 'phreebooks' database from list on LHS > Privileges > Add User
Choose a unique User Name and Password and (make sure that you have made a note of these!
host - localhost
Database for user - Grant all privileges on database phreebooks
Add User
Missing instruction about how to do it on CLI that´s for LATER!
===3. Sort out OpenBaseDir restriction===
This is needed to allow files to be uploaded by PhreeBooks
You can read about this at PHP#Open_basedir_restriction
Remotely get to console of SME8 server using ssh (secure shell)
Run 'sudo su -' on a Ubuntu PC use Putty on Windows PCs.
ssh root@<server ip address> -L443:localhost:443
Then run this:
db accounts setprop bookkeeping PHPBaseDir /home/e-smith/files/ibays/bookkeeping/:/tmp/ signal-event ibay-modify bookkeeping
5. Delete the index.html
rm /home/e-smith/files/ibays/bookkeeping/html/index.html
Get PhreeBooks
cd /home/e-smith/files/ibays/bookkeeping/files/ wget http://sourceforge.net/projects/phreebooks/files/latest/download?source=directory
that will download latest version from PhreeBook site, now unzip it using:
unzip <filename>
for today that would be:
unzip PhreeBooksR36RC2.zip
there should be 2 entries similar to this:
PhreeBooksR36RC2 PhreeBooksR36RC2.zip
One it´s the originally downloaded file (version can be newer) and other the directory with unzipped content.
6. Put files on right directory and right permissions
mv phreebooks/* ../html/ chown -R www:www /home/e-smith/files/ibays/bookkeeping chmod -R 0750 /home/e-smith/files/ibays/bookkeeping
7.. Install and configure PhreeBooks using browser
Open a browser and type:
https://<server ip address>/bookkeeping
Now follow the on-screen instructions.
8. Post-install adjustments
After install, the web server needs RO access to all directories except /my_files which needs write access also for writing company specific files.
Once you have the normal PhreeBooks desktop view (with dropdown menus across the top of the screen) then rename or delete the Install directory and make Includes/configure.php read only.
mv /home/e-smith/files/ibays/bookkeeping/html/install /home/e-smith/files/ibays/bookkeeping/html/install.old
or
rm -rf /home/e-smith/files/ibays/bookkeeping/html/install
And configure rigth file permissions:
chmod -R 0551 /home/e-smith/files/ibays/bookkeeping chmod -R 0750 /home/e-smith/files/ibays/bookkeeping/html/my_files chmod 0400 /home/e-smith/files/ibays/bookkeeping/html/includes/configure.php
I hope it works now. :)