Get the server running! ----------------------- 1. Login where the server is located: ------------------------------------- ssh gruppe01@mahlzahn 2. Get the server from the repository: -------------------------------------- setenv CVSROOT /usr/local/rescue/repository setenv CVS_SERVER /usr/bin/cvs setenv CVSEDITOR vi cvs co server 3. Make the server: ------------------- cd server ./configure make 4. Set your approriate display: ------------------------------- xhost +mahlzahn (execute this on your machine) setenv DISPLAY myHost:0 (execute this on mahlzahn) 5. Run the server: ------------------ cd server/RUN ./start.sh 6. Kill the server: ------------------- cd server/RUN ./kill.sh