Installing iAMP in 5 minutes or less.

[adrotate group=”3,7,8,9″]

Thought we would create a video showing just how easy it is to install iAMP server on the IBMi. This is a fully functioning Apache,MySQL,PHP server with Easycom providing access to the IBMi data and objects using the i5_toolkit functions.

You will see from previous posts about installing PHP on the IBMi it has never been as easy as this was, and yes it only takes 5 minutes to install.

[tube]ATUnVJhxRww[/tube]

If you have been thinking about PHP and the IBMi and were put off by the complexity of other installs iAMP server is for you. Take it for a test drive today, you don’t have to remove any existing HTTP servers for this install and removal is just as simple as the install.

If you need an un-install script here is one we generated for a base install, just compile the CL and run.


PGM
MONMSG MSGID(CPF0000)
ENDSBS SBS(EASYCOM) OPTION(*IMMED)
ENDSBS SBS(IAMPSVR) OPTION(*IMMED)
DLYJOB DLY(5)
RMVLNK OBJLNK('/etc/iamp.tab')
RMVDIR DIR('/usr/local/iamp') SUBTREE(*ALL)
RMVDIR DIR('/usr/local/Easycom') SUBTREE(*ALL)
RMVDIR DIR('/var/mysql') SUBTREE(*ALL)
RMVDIR DIR('/www/iamp') SUBTREE(*ALL)
DLTLIB LIB(EASYCOM)
DLTLIB LIB(EASYCOMXMP)
DLTLIB LIB(IAMPSVR)
ENDPGM

If you need any help or advice on setting up and running iAMP server let us know, we are happy to help. You can also follow the links provided from the installed webserver welcome.html page to the Forums and documentation.

Chris…

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.