PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, September 28, 2022

[FIXED] How can I deploy Kooboo modules non-interactively?

 September 28, 2022     continuous-deployment, continuous-integration, deployment, kooboo     No comments   

Issue

I am currently developing a number of Kooboo modules which receive frequent updates. The modules are built automatically using a CI server.

Is there a way to deploy the modules to a running Kooboo instance after build? Since it is a large number of modules and maybe several new versions per day I would really like to avoid having to upload them manually all the time.


Solution

Unfortunately, it seems that Kooboo does not provide an API to install modules. The only solution I could find was to copy the files manually (via a custom post-build event) to the Kooboo directories.

Here is what you need to do. All paths are relative to the Kooboo root directory.

  • Unzip the module ZIP file in Areas/<YourAreaName>
  • Copy the contents Areas/<YourAreaName>/bin to bin/

Once you have done this, the module should be deployed to Kooboo. Note that this does not run the install events and views specified in the module.



Answered By - Chris
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing