Server Installation (.deb)

From Codawiki

These instructions are for you that are using a debian based system. In this guide I am using Ubuntu 8.04, but I really think this should work the same on all debian based systems.

Installation of the server

The easiest way to install the server is to add the coda repository to your /etc/apt/sources.list. Add the following (For reference see http://www.coda.cs.cmu.edu/mirrors.html)

 deb http://www.coda.cs.cmu.edu/debian stable/

Now

sudo apt-get update
apt-get install coda-server

to be continued...