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
>
>
>

Reply via email to