Java CoG Kit CA and Gridshell Install
From Java CoG Kit
Installing Gridshell
Gridshell is an extensible framework for a shell like environment written in 100% Java. This could users allow to run a shell like environment easily on clients that have Java installed. Grishell is now in cvs under src/cog/modules/gridshell.
To install it follow the folling steps:
cvs co :pserver:cvs.cogkit.org/cogkit src/cog cd src/cog/modules/gridshell ant dist
To run the Gridshell use
cd ./dist/gridshell-1.0/bin/ ./cog-gridshell
