Skip to content

Installation of Modware Loader

Siddhartha Basu edited this page Mar 7, 2014 · 2 revisions

These steps are mainly for install and use of Modware-Loader. For developer installation look here.

  • Go to the release page.
  • Download the latest tarball.
  • Install cpanm. Remember, any issue regarding cpanm and/or third party module is beyond the scope of this document, please refer to their documentation for details.
  • Run
cpanm -n Modware-Loader-v1.6.0.tar.gz

Adjust the tarball name according to download file.

  • To install optional modules or missing dependencies run
cpanm -n [Module Name]

For any further issues or detail documentation, please search google or consult stackoverflow first.

Clone this wiki locally