"Skeleton Directory" for separate plan

ssavchenko

Member
Oct 10, 2008
7
0
51
When creating CPanel account, as I'm understand it, the standard skeleton of directories /root/cpanel3-skel/ is copied.
Is it possible to create a separate template in this way for a separate (!) plan that would pre-install the script? Looks like the Skeleton Directory option could help with this, but it is responsible for the general structure, and not for a separate plan.
The question arises from the fact that there is a non-standard script (fairly popular among russian speaking customers). This script doesn't use MySQL databases. We would prefer if its installation could be made easier, but on a separate plan.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Is it possible to create a separate template in this way for a separate (!) plan that would pre-install the script?
Hello,

The skeleton directory feature will copy files to new accounts, but there are no native features that will automatically configure a script (e.g. adjust settings, manipulate files). That being said, you could consult with a developer to help create a custom post account creation hook that could manipulate the files after the account is created:

Standardized Hooks

Thank you.