Welcome! This is the homepage for Elsa-Stack. Elsa-stack is the minimum collection of software necessary to build and run Elsa. Elsa-stack contains the repositories:
This repository is what we call a "software stack": it is a collection of repositories that together form one large project of composable parts. The name is reminiscent of the TCP/IP networking stack, which we think of as being organized this way.
If you want to use Elsa you should create your own stack that uses the same components that Elsa-stack uses: smbase ast elkhound elsa, plus your own.
The author and maintainer of smbase, ast, elkhound, and elsa is Scott McPeak
smcpeak cs berkeley edu @ . .Homepage: http://www.cs.berkeley.edu/~smcpeak/.
To check out elsa, install Subversion, then type:
svn checkout https://svn.cubewano.org/repos/elsa-stack/trunk elsa-stack
To install Subversion with SSL enabled from source:
wget http://subversion.tigris.org/tarballs/subversion-1.3.0.tar.gz
tar xzf subversion-1.3.0.tar.gz
cd subversion-1.3.0
./configure --with-ssl
make all
sudo make install
See the README.txt for how to build. Please see documentation for Elsa in elsa-stack/elsa/doc/ .