Aida/Web now loads and runs well on Pharo 1.1

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

Aida/Web now loads and runs well on Pharo 1.1

Janko Mivšek
Dear all,

I just made Aida ready on new and wonderful Pharo 1.1. and now Aida
installs and run nicely and even side by side with Seaside. You can
even run both on the same Swazoo web server, which is also included.

Just evulate DEVImageWorkspaces openExternalProjectWorkspace then
evaluate loads of both Seaside and Aida, then start both, for Aida evaluate:

        SwazooAida demoStart
        "open http://localhost:8888 in your web browser"

To rewrite the Aida loading script on Pharo here:

 Gofer new
   squeaksource: 'MetacelloRepository';
   package: 'ConfigurationOfAida';
   load.

 ((Smalltalk at: #ConfigurationOfAida) project version: '6.0') load.

Best regards
Janko


--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida