Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

or you can use the release tar ball from here and decompress it.

(3) Upgrade to the latest version of lxml on each node in the cluster (this is the only step required on each node in the cluster)

Code Block
languagebash
sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
sudo pip install lxml


Install PunkSCAN

(1) in the root directory of the project you'll find a file named install.run, run it:

...