[SCRIPT] Setting up a 3.9 image for developers

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

[SCRIPT] Setting up a 3.9 image for developers

Torsten Bergmann
Hi,

attached is a loader script I use to prepare an image to do Seaside work.

Download a new 3.9b#7039  from http://ftp.squeak.org/3.9 and just file it in.
Evaluate the code in the provided workspace, answer all questions with "yes"
and enter your config user and password.

It downloads RefactoringBrowser, Shout, eCompletion, ScriptManager with Shout, Techo,
TestBrowser, KomHttpServer and loads the latest Seaside 2.6b1 stream

Note that after installation you can:
 - use all the tools from the open menu
 - open an image with the file list and select it as desktop background
 - use ALT+W to switch windows
 - start a KOM webserver by evaluating "Webserver start"
   (by default it runs on port 9096 and serves all files from a subdirectory called "resources"
   in the image folder - this is similar to the structure required for seasidehosting.st)
 - if you work on Win32 you can evaluate
      "Webserver openApplication: 'config'" top open up the configuration or
      "Webserver openApplication: 'myapp'" top open a browser on your application
   
Customization:
- if you work behind a firewall uncomment the line in #setProxyServer and add your proxy
- see #setMonticelloRepositories to automatically add repositories for your own projects
  after installation
 
Have fun
Torsten
--


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer



DEVImageInstaller.st (7K) Download Attachment