Main
Screenshots
Install
Download
Browse CVS
Documentation:
FAQ
Todo list
Spreadsheet tests
|
Installation Instructions
Before setup, please note the requirements of TellTable-server:
- Linux
- CVS and RCS
- Apache-ssl
- Perl (including DB FILE, CRYPT DES, Digest SHA1)
- Java
- OpenOffice 1.1.2
- Gnumeric
- XVNC server (TightVNC)
- Vncviewer
- Make sure all the dependent software is installed (see list above).
- To install OpenOffice untar the file into /opt. Make a link from /usr/bin/soffice to /opt/OpenOffice.org1.1.2/program/soffice (cd /usr/bin && ln -s /opt/OpenOffice.org1.1.2/program/soffice).
- Use CVS to checkout the TellTable files (see http://sourceforge.net/cvs/?group_id=99558 for more information).
Type:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/telltable-s login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/telltable-s co -P telltable-server
- Make any necessary changes (for your system requirements)
to ssheet.pm and setup-config.pl (ex: session timeout, # shuids, user and groups).
- Run perl setup-config.pl from /telltable-server/config.
- To make abandon session work, add via visudo: www-data ALL=NOPASSWD:/usr/local/bin/ssheet-clean.sh.
(Instructions for debian systems, where apache userid is www-data. For other systems, use apache user)
- Open a browser to https://servername/ssheet and log in using a user and password created by the setup script.
- Create users and add files from the admin section.
- For security reasons remember to modify the user1, user2, and user passwords which are by default "password".
|