What's Next ?¶
Checkout the example folder of your standalone platform. You will find there several self documented examples with ready to start punchlines.
Troubleshooting¶
If an error happens, have a look at the Troubleshooting section. There is a section dedicated to the common configuration errors.
Uninstall¶
Do this only if you want to uninstall your PunchPlatform !
First, stop the PunchPlatform.
punchplatform-standalone.sh --stop
Execute the uninstall.sh script.
cd $PUNCHPLATFORM_CONF_DIR/../bin
./uninstall.sh
Optionally, save any configuration you have in $PUNCHPLATFORM_CONF_DIR, and remove the punch-standalone-x.y.z
directory.
Patch¶
this procedure only applies to the standalone, not to a production environment.
First, download a patch by filling the form at https://punchplatform.com/download-area/patch-delivery-area/ . You will shortly receive an email containing the download link.
Then, apply the patch to your standalone:
cd $PUNCHPLATFORM_CONF_DIR/../external/punch-operator-*
mkdir patch
Copy the jar recently downloaded in the patch directory. And simply restart your channel
channelctl stop --channel apache_httpd
channelctl start --channel apache_httpd
By performing this procedure, you have updated the punchplatform jars, and restarted on the fly the apache channel. A similar procedure exists on production setups.