Line 21: |
Line 21: |
| | | |
| | | |
− | ==='''1. Create a Bookkeeping ibay '''===<br> | + | ===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> | + | ===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 52: |
Line 52: |
| | | |
| | | |
− | ==='''3. Sort out OpenBaseDir restriction'''===<br> | + | ===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 66: |
Line 66: |
| signal-event ibay-modify bookkeeping | | signal-event ibay-modify bookkeeping |
| | | |
− | ==='''5. Delete the index.html'''=== | + | ===Delete the index.html=== |
| | | |
| rm /home/e-smith/files/ibays/bookkeeping/html/index.html | | rm /home/e-smith/files/ibays/bookkeeping/html/index.html |
| | | |
− | ==='''Get PhreeBooks'''=== | + | ===Get PhreeBooks=== |
| | | |
| cd /home/e-smith/files/ibays/bookkeeping/files/ | | cd /home/e-smith/files/ibays/bookkeeping/files/ |
Line 89: |
Line 89: |
| One it´s the originally downloaded file (version can be newer) and other the directory with unzipped content. | | 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'''=== | + | ===Put files on right directory and right permissions=== |
| | | |
| mv phreebooks/* ../html/ | | mv phreebooks/* ../html/ |
Line 95: |
Line 95: |
| chmod -R 0750 /home/e-smith/files/ibays/bookkeeping | | chmod -R 0750 /home/e-smith/files/ibays/bookkeeping |
| | | |
− | ==='''7.. Install and configure PhreeBooks using browser'''=== | + | ===Install and configure PhreeBooks using browser=== |
| | | |
| Open a browser and type: | | Open a browser and type: |
Line 104: |
Line 104: |
| Now follow the on-screen instructions. | | Now follow the on-screen instructions. |
| | | |
− | ==='''8. Post-install adjustments'''=== | + | ===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 RO access to all directories except /my_files which needs write access also for writing company specific files. <br> |