My own SqueakSource repo...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

My own SqueakSource repo...

Elod Kironsky
Hi!

Maybe this question was already asked, but I would like to know, what I
need to do to set up my own squeaksource repository? I assume it will be
installing a package built over Seaside that is running on a Squeak
machine, but I would really like to integrate it somehow into my apache
web server, that is running on the same machine. Is this possible?

Cheers,

Elod

Reply | Threaded
Open this post in threaded view
|

Re: My own SqueakSource repo...

Philippe Marschall
2006/8/14, Elod Kironsky <[hidden email]>:
> Hi!
>
> Maybe this question was already asked, but I would like to know, what I
> need to do to set up my own squeaksource repository? I assume it will be
> installing a package built over Seaside that is running on a Squeak
> machine,

Yes, note that SqS needs an old version of Seaside (should be loaded
automatically as required package). So you don't want to use this
image for normal seaside development
See http://minnow.cc.gatech.edu/squeak/3857/

You have three different forks to choose from:
http://source.squeakfoundation.org/ss
http://source.impara.de/ss
http://www.squeaksource.com/ss/

> but I would really like to integrate it somehow into my apache
> web server, that is running on the same machine. Is this possible?

As you said, it's a seaside application. The standard way for using
apache as frontend for seaside applications works here too.

Philippe