SnapLogic VM Install

Table of contents
No headers

Here are the steps to install snaplogic on a Deki VM.

Install dependencies

apt-get install build-essential python2.5 python2.5-dev libsqlite3-dev libxml2-dev libxslt1-dev libmysqlclient15-dev
rm -f /usr/bin/python && ln -s /usr/bin/python2.5 /usr/bin/python
wget https://www.snaplogic.org/downloads/snaplogic-2.0.4-linux-installer.bin
chmod +x snaplogic-2.0.4-linux-installer.bin
./snaplogic-2.0.4-linux-installer.bin

Use these values for the installer:

Do you accept this license? [y/n]: y
Installation Directory [/opt/snaplogic]: (accept default)
Version: 2.0.4 [Y/n]: y Platform: linux [Y/n]: y
Linux Distribution: debian [Y/n]: y Register with SnapLogic? [Y/n]: n Hostname for this computer (FQDN if available) [dekiwiki.localdomain]:   (accept default)
SnapLogic Data Server Port [8088]: 8082
SnapLogic ManagementServer Port [8081]: 8083
SnapLogic Component Container port [8089]: 8084
Unprivileged user for running SnapLogic server [snapuser]: (accept default)
Do you want to install a boot-time startup script for the SnapLogic servers? [y/N]: y
Do you want to continue? [Y/n]: y
View Readme file? [Y/n]: n
View  the installer log file [Y/n]: n
Start the SnapLogic Data Server now? [Y/n]: n
Start the SnapLogic Management Server now? [Y/n]: n
Start the SnapLogic Component Container now? [Y/n]: n

Clean up

apt-get remove python2.5-dev libsqlite3-dev libxml2-dev libxslt1-dev libmysqlclient15-dev
apt-get clean
rm ./snaplogic-2.0.4-linux-installer.bin
rm -rf /opt/snaplogic/2.0.4/thirdparty/

 

Tag page
You must login to post a comment.