Config Script for Thirdlane?
I'm running FOP2 in a Thirdlane multi-tenant environment. We have been running it for some time now, and when I implemented it I had a config script for Thirdlane. But, I can't find that script. Is there any chance it is still floating around somewhere? Even if it isn't a complete script I would like to take a look to see if there is a way to automatically build configuration files from a Thirdlane environment.
Thanks!
Dan
Thanks!
Dan
Comments
automatic-thirdlane-buttons.cfg
autoconfig-buttons-thirdlane.pl
Look at the end of your fop2.cfg file, you probably have this:
#exec autoconfig-users-freepbx.sh
change that to
#exec autoconfig-buttons-thirdlane.pl
Also, do not forget to set execute permissions to all .pl scripts
chmod a+x *.pl
You also need to create a file named automatic-thirdlane-buttons.cfg with the contents:
#exec autoconfig-buttons-thirdlane.pl
Now, those are not fully features, they are to be used as a base to adapt to your system/requirements. Read the scripts , run them in the console, inspect their output.
They will create a basic multi tenant setup, with users for each tenant that is defined in a separate panel-context, so you have to login with ?context=tenant in the fop2 url.
Best regards,