Re: Setting Up Pharo and Seaside on the Digital Ocean ISP
Stephan Eggermont <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
On 10-12-15 20:21, Bruce Prior wrote: > I am looking for a procedure that would load Pharo and Seaside into > Digital Ocean. I have worked through Sven Van Caekenberghe's tutorial in > setting up a simple website on Digital Ocean and that worked great. But > I would like to run Seaside there, too. Also, be aware that Sean implemented the DigitalOcean API. Combining that with OSProcess should make it possible to fully automate the deployment MCHttpRepository location: 'http://smalltalkhub.com/mc/SeanDeNigris/DigitalOcean/main' user: '' password: '' Stephan