Thank you, I had problems with lynx. After downloading I could not save the file (need to config it). But I did use # wget http://minnow.cc.gatech.edu/swiki/uploads/11/ComSwiki-linux.1.tar.gz instead and that downloading it.
Should I do # $SQEAK -headless & to start in the background? I think it is working but need to save a new image with the a Comanche service started. I think the default image does not have Comanche running. Cannot use port 80 as Apache is using it. Will let you know how I get on but now it's time for bed here in Switzerland. Cheers, Andrzej -----Original Message----- From: John Voiklis <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 01 October 2001 23:18 Subject: Re: [pws] linux install >login in as root ># cd /usr/local ># lynx >go to http://minnow.cc.gatech.edu/swiki/11 >download ComSwiki-linux.tar.gz >quit lynx ># tar -xzf ComSwiki-linux.tar.gz >You get a directory called ComSwiki containing "squeak" (the vm), squeak.image >(the image), and swiki (the directory with all the swiki files) ># export SQUEAK="/usr/local/ComSwiki/squeak" ># export SQUEAK_IMAGE="/usr/local/ComSwiki/squeak.image" ># $SQEAK -headless >Your swiki is now running on port 80 > >There must be a way to change the port in headless mode but I don't know it. > >To set up... > >Point your browser to http://yourhost/admin ... > >username: admin >password: admin > >Click the help icon in the upper right corner, and follow the help directions. > >I believe those are all the steps. > >Best, > >John >----- Original Message ----- >From: "Andrzej Turowski" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, October 01, 2001 2:20 PM >Subject: [pws] linux install > > >> Hi, >> >> I have been looking for step by step guide to installing squeak / comanche >> on linux 2.2 (red hat). I have used windows for must of my Smalltalk life >> (last 5 years) and have recently leased a Sun Cobalt server and want to use >> camanche for some web applications. >> >> Is there a RPM for comanche? >> Can I just install the vm and the image to a directory? If yes, which >> directory? >> I need basic instruction like, >> >> login as root, >> download the following tar files, >> unpack the tar files into these directories, >> start squeak (must be headless, I am connecting to the server using putty), >> >> I will be developing on a window machine and transferring the image to my >> server. >> I would also like to be able to remove squeak cleanly from the system if >> needed, i.e. know which files were installed. >> >> Cheers, >> >> Any help will be gratefully appreciated. >> >> Andrzej >> >> >> >
