Dobrica Pavlinušić's random unstructured stuff
SynchroEdit: Revision 4
syncroedit-init.d-fix.diff

This page will describe my journey while installing SyncroEdit for DORS/CLUC 2007 conference.



I have been tracking development of this tool for quite a while, and since we wanted to add some social interaction at conference, SyncroEdit seemed like a right tool for a job.

SVN checkout

svn co http://svn.synchroedit.com/root/trunk syncroedit
cd syncroedit

Build Debian package

server

First, apply patch to fix init.d script

cd server/
sudo ./debian/rules binary
cd ..
sudo dpkg -i synchroedit-server_0.5-1_all.deb 

client

cd client/
sudo ./debian/rules binary
cd ..
sudo dpkg -i synchroedit-client_0.5-1_all.deb 

Setup ESPI

This is a tricky part. I didn't want to depend on php for this installation so I decided to write simple ESPI in perl.