Rach - 2016-05-18

Hello,

I have a question regarding the Core, Lucene, and Preview Pear modules. I have heavily modified the Core files. Due to that I never installed any of the Seed Pear modules but rather created a symbolic link from a pear directory that I created which lives outside of the web root. For example I have the following configuration:

/var/www/data
/var/www/pear
pear/SeedDMS
pear/SeedDMS/Core (links to the html/SeedDSM_Core/Core directory)
pear/SeedDMS/Core.php (links to the html/SeedDSM_Core/Core.php directory)
pear/SeedDMS/Preview (links to the html/SeedDSM_Lucene/Lucene directory)
pear/SeedDMS/Preview.php (links to the html/SeedDSM_Preview/Preview.php directory)
pear/SeedDMS/Lucene (links to the html/SeedDSM_Lucene/Lucene directory)
pear/SeedDMS/Lucene.php (links to the html/SeedDSM_Lucene/Lucene.php directory)
/var/www/html
html/SeedDMS_Core
html/SeedDMS_Preview
html/SeedDMS_Lucene

Since none of the /var/www/pear modules were actually installed, I just added the following line to my php.ini file:
include_path = ".:/usr/share/php:/var/www/pear"

I'd like to prevent having to use pear modules all together if possible and keep everything inside my html directory without having to create symbolic links. Any guidance on how to accomplish this or whether this is the incorrect way to go about this? The reason I can't install the SeedDMS_Core module as a pear module is due to the modifications I made. Maybe there is another solution?

Thanks for any help in advance,
Rachael