Skip to content

Instantly share code, notes, and snippets.

@walterhiggins
Last active January 4, 2016 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walterhiggins/8618610 to your computer and use it in GitHub Desktop.
Save walterhiggins/8618610 to your computer and use it in GitHub Desktop.

Installing Pixenate on Ubuntu

sudo apt-get update   
sudo apt-get install make  
sudo apt-get install apache2  
sudo apt-get install imagemagick  
sudo apt-get install perlmagick   
sudo apt-get install emacs23  
sudo apt-get install libwww-perl  
sudo apt-get install dos2unix
sudo apt-get install libjson-perl 

Get the Pixenate software.

wget https://github.com/walterhiggins/pixenate/releases/download/v1.3.5sp4/pxn8-package-full-20140125.tar.gz

Edit the pixenate/pxn8.pl file and change the use lib statement to use the absolute path where pixenate/lib is located.

find ./pixenate -name '*.pl' | xargs dos2unix

Apache config

Configure apache on ubuntu using these instructions https://help.ubuntu.com/10.04/serverguide/httpd.html

pixenate.com only

Change the lib for all *.pl files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment