- Download webspn and save it on your home directory.
- If you have webspn 32 bit version
tar zxvf ./webspn32.tar.gz; cd webspn
- if you have webspn 64 bit version
tar zxvf ./webspn64.tar.gz; cd webspn
cd $HOME/webspn
- Run the installer, as superuser (root) execute these commands:
chmod 777 ./install.sh
if you have SystemV:
./install.sh -i --boot=sysv --distro=ubuntu
if you have systemd:
./install.sh -i --boot=systemd --distro=ubuntu
- Now reboot your system and then:
ps aux|grep Server
You should see something like this:
kinder@zibaldthree:~$ ps aux|grep Server
root 3225 0.1 0.9 993984 17440 ? Sl 09:03 0:04 java -jar /usr/local/bin/webspn/WebSPNServer.jar
Now WebSPNServer is running and starts at boot.
If the server is not running you can manually execute it in this way
- Now run the client
kinder@zibaldthree:~$ webspnclient
WebSPNClient should appear on your window.
- Congratulations, you have installed WebSPN