We actually have www.seasidehosting.st which can only be used for non-commercial applications. I am Romain Verduci, a french student in Information System (Master degree) who likes smalltalk since I have discovered it last year through Pharo. Today, I participate to weekly coding-dojos with other smalltalk fans (http://cara74.seasidehosting.st/). I am lucky to participate to ESUG SummerTalk this year with Laurent Laffont as mentor to develop SmallHarbour project. With the support of ESUG and under the ESUG SummerTalk 2011, we want to provide: - a simple platform to host commercial smalltalk web applications. - an easy way for everyone (and enterprise) to deploy their own hosting platform. - for the non-smalltalkers, provide ready Pier images to deploy basic blogs, event presentations and more. SmallHarbour has started from the actual Seaside Hosting code base. Our first objective is to port it to Pharo / Cog / Seaside 3 and document. For more informations about the project, you can follow us on www.smallharbour.org. If you have any needs or ideas in order to improve our project vision, we will be happy to collect them. We will setup community tools (issue tracker, public repositories, doc ....) when the exams period is over :) Best regards Romain Verduci Student in Information System (Master degree) - IMUS, IAE Savoie Mont-Blanc - Annecy Tel. : +33659892353 Mail : [hidden email] |
Just a short question, will there be support for other frameworks besides seaside?
2011/5/17 Romain Verduci <[hidden email]>
|
On Tue, May 17, 2011 at 5:29 PM, Bernat Romagosa <[hidden email]> wrote: Just a short question, will there be support for other frameworks besides seaside? Yes, that's why we haven't called it SeasideSomething. We want the project to be open and support several web frameworks. We will start with Seaside though.
Laurent.
|
Interesting! Have you maybe considered to base it on the cloud foundry? Davorin Rusevljan On May 17, 2011 6:26 PM, "laurent laffont" <[hidden email]> wrote: |
On Tue, May 17, 2011 at 8:27 PM, Davorin Rusevljan <[hidden email]> wrote:
Actually we have several visions (nothing is final here, ideas welcome) 1/ SmallHarbour platform is meant to be a base for YOUR own hosting platform, like your own seaside hosting. So whether you put it on the cloud or on a real server should be a preference.
Actually we don't have any experience with cloud, so help will be appreciated. We plan to have a virtual appliance based on virtual box / vmware /.... for an easy setup. Amazon VMI image should be a good idea too (we have to learn).
For example: a / I work in an enterprise, I want to easily deploy Smalltalk web applications / tools on intranet for my co-workers and I don't want to spend time on setting up servers, apache, ...... So I could just get the appliance, start it and I'm ready to deploy several images.
b / I want to set up a unique VPS (or cloud platform) to deploy several Smalltalk web apps / sites. I could just put my preferred Linux distro, then apt-get install smallharbour / pacman -s smallharbour / ....
/etc/rc.d/smallharbour start and let's go ! 2/ SmallHarbour hosting service which be like SeasideHosting, but for commercial purposes. So you should create an account, pay a monthly / yearly fee related to the service you want, then either
a/ upload your own image (like you do for SeasideHosting) if you're a power user b/ one-click deploy of pre-made image if you just want to setup a CMS, blog, write a new book, event planing, ... Pre-made images should be updated easily.
3/ People who need scalability, performance, deep customization don't need SmallHarbour :) Laurent
|
Hi Laurent. You should take a look to GLASS applicance.
It is similar to what you want. You can take ideas from there. BTW, cool project and congrats! mariano On Tue, May 17, 2011 at 9:19 PM, laurent laffont <[hidden email]> wrote:
-- Mariano http://marianopeck.wordpress.com |
In reply to this post by Romain Verduci-3
On 17 May 2011, at 17:26, Romain Verduci wrote: > For more informations about the project, you can follow us on www.smallharbour.org. Cool project! Quite ambitious, but that is good. Keep us informed. Sven |
In reply to this post by laurent laffont
On Tue, May 17, 2011 at 9:19 PM, laurent laffont
<[hidden email]> wrote: > Actually we have several visions (nothing is final here, ideas welcome) .. Having Amazon ec2 image is also a very good idea, and some Smalltalkers have already made first important steps like: http://www.nickager.com/blog/Create-a-free-Gemstone-server-in-the-cloud-in-10-minutes/ You probably already have enough on your plate, but I mentioned CloudFoundry for following reasons: - it has a promise that one would be able to deploy SmallHarbour to different cloud providers - CloudFoundry currently provides support for Java, Ruby and Javascript, adding Smalltalk would be nice for visibility, and could be used for other Smalltalk services not only SmallHarbour. As I said you probably have enough to do in the first place, but if you just happen to have some student lurking that has some ruby knowledge to hack the interface for Smalltalk to Cloudfoundry it would be very nice to have :) As for your other goals - great! Davorin Rusevljan http://www.cloud208.com/ |
In reply to this post by Mariano Martinez Peck
On Tue, May 17, 2011 at 9:29 PM, Mariano Martinez Peck <[hidden email]> wrote: Hi Laurent. You should take a look to GLASS applicance. Yes, good idea to have a look. I actually wonder which database support should come out of the box.
Laurent. BTW, cool project and congrats! |
On Tue, May 17, 2011 at 9:41 PM, laurent laffont <[hidden email]> wrote:
Do it directly on top of Glass and you already have a lot of things for free, included that question ;) You only need to implement the logistic for the app (kind of seasidehosting).
-- Mariano http://marianopeck.wordpress.com |
On Tue, May 17, 2011 at 9:43 PM, Mariano Martinez Peck <[hidden email]> wrote:
I would like all the stack to be open source. Gemstone isn't ?
Laurent.
|
In reply to this post by drush66
On Tue, May 17, 2011 at 9:37 PM, Davorin Rusevljan <[hidden email]> wrote: On Tue, May 17, 2011 at 9:19 PM, laurent laffont Yes. Indeed I would like contributing to SmallHarbour to be easy. So Cloundfoundry should be one (worthwhile) among several ways to deploy SmallHarbour platform.
Laurent Laffont - @lolgzs Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ Developer group: http://cara74.seasidehosting.st
|
In reply to this post by drush66
On 05/17/2011 12:37 PM, Davorin Rusevljan wrote:
> On Tue, May 17, 2011 at 9:19 PM, laurent laffont > <[hidden email]> wrote: >> Actually we have several visions (nothing is final here, ideas welcome) > .. > > Having Amazon ec2 image is also a very good idea, and some > Smalltalkers have already made first important steps like: > > http://www.nickager.com/blog/Create-a-free-Gemstone-server-in-the-cloud-in-10-minutes/ > > You probably already have enough on your plate, but I mentioned > CloudFoundry for following reasons: > - it has a promise that one would be able to deploy SmallHarbour to > different cloud providers > - CloudFoundry currently provides support for Java, Ruby and > Javascript, adding Smalltalk would be nice for visibility, and could > be used for other Smalltalk services not only SmallHarbour. > > As I said you probably have enough to do in the first place, but if > you just happen to have some student lurking that has some ruby > knowledge to hack the interface for Smalltalk to Cloudfoundry it would > be very nice to have :) > > As for your other goals - great! > > Davorin Rusevljan > http://www.cloud208.com/ > > _______________________________________________ > Esug-list mailing list > [hidden email] > http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org Laurent/Davorin, We are in the process of adding support for deploying GLASS applications into the Cloud Foundry, but I wouldn't mind helping folks who are interested in adding support for other Smalltalks into the Cloud Foundry ... The Cloud Foundry is written largely in ruby, so you'll need to be wearing your ruby dancing shoes:) Dale |
On Tue, May 17, 2011 at 10:48 PM, Dale Henrichs <[hidden email]> wrote:
Thanks Dale, just need to wax my shoes first, haven't worn them for a long time :) Laurent.
|
Thanks a lot Nick for your feedback, it is helpful.
Laurent.
On Wed, May 18, 2011 at 9:46 AM, Nick Ager <[hidden email]> wrote:
|
In reply to this post by laurent laffont
On Wed, May 18, 2011 at 12:08 PM, Joachim Tuchel
<[hidden email]> wrote: > So what would be better? > > I think a collection of cookbooks would. Maybe defining layers of a web app, > starting from the Browser through all layers of functionality to the data > backend, and collecting material for each of them would be much better. If > I'm interested in a load-balanced, https-aware installation of a Squeak > Image that persists data in Magma, I can choose appropriate documentation > for each layer. Some layers may not be deeply related to Smalltalk at all, > then we could add links to relevant information (like how do I configure > Apache as a load balancer with Sticky sessions?), while others might be > deeply related to Smalltalk. yes, cookbooks would be nice. We also need simple, reliable, no investigation, no fuss, low effort way to deploy most common forms of smalltalk web app or pier blog. If you want fancy stuff you go for recipes or forge one for yourself. But for most common cases it would be great if it would be smooth and reliable. We need distilled, reliable and maintained most common cases, and it seems that this is also one of the goals of SmallHarbour. It is like Linux and its distributions. Linux can be anything, which is great, but distribution makes it much more usable in some domain. just my 2 lipas, Davorin Rusevljan http://www.cloud208.com/ |
In reply to this post by laurent laffont
Am 18.05.2011 um 13:15 schrieb Sean Allen: Just for the record. I used stunnel for a short while. But then the need for the use of client certificates arose (I'm implementing an apple push notification server). A very easy way to add SSL handling is to write a little server in node.js [1]. It supports SSL and client certificates out of the box. It could act as an intelligent proxy for SSL handling. If the use cases are known I could even provide a small node proxy. It is written in javascript and might be interesting for some to learn javascript on the server side. Node.js btw. is a cool server to know :) Norbert |
In reply to this post by Dale Henrichs
On May 18, 2011, at 4:02 AM, Nick Ager wrote:
Nick, VMware will/is providing a hosting service based on cloud foundry, but there is an open source variant of cloud foundry that can be used by others to provide hosting services ... Dale
|
Free forum by Nabble | Edit this page |