Jump to content

Automatic install of custom Joomla


pbass98

Recommended Posts

Hi-- I've seen an auto-install webhook module for WHMCS that will install Joomla 3, but it appears that it's not well supported and may be abandoned.

 

I'd like to create a similar module that will install a customized version of Joomla with a few components already built into it, so that after a client purchases a hosting plan Joomla will be ready to go with basic components installed.

 

I'm a pretty experienced PHP developer, but I am having a real hard time finding any clear docs of how to create such a module. Can anyone point me to an example, as well as the specific hook I'd want to use?

 

Thanks!

Link to comment
Share on other sites

Hi

 

In past I used the method that I'm going to explain you (it still works but I no longer need it). In a directory on my server I've all installations of different Joomla (vanilla and with mods), Wordpress, Drupal etc. Once a client purchases it, I automatically upload the requested package AfterModuleCreate hook point. It's possible because, since the hosting plan has been already created, I know its IP, username and password to upload and unzip everything via FTP. The result of this is that as soon as you visit the website you can immediately start the installation.

 

Of course mine is a simple approach because my needs were simple. I don't know if you need something more.

Link to comment
Share on other sites

  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated