Download and installation instructions

About Smalltalk

AIDA/Web is a Smalltalk application, therefore you need a Smalltalk first. Currently we support six dialects:

If you are new to Smalltalk then read an on-line book Squeak by Example.

Stable release

1. Download:

2. Install:

  • Squeak:
    1. open SqueakMap Package Loader
    2. install packages in that order: Sport 2.031, Swazoo 2.1, AIDA/Web 5.6.
  • Gemstone GLASS
    1. folow the guide mentioned above
  • VisualWorks:
    1. load parcel or bundle Sport 2.031 following this instructions
    2. load parcel or bundle Swazoo 2.1
    3. load parcel or bundle AIDAWeb 5.6
  • Dolphin Smalltalk:
    1. unpack .zip so that you have two subdirectories: Swazoo and AIDAWeb
    2. install package Swazoo.pac from directory Swazoo
    3. install package AIDAWeb.pac from directory AIDAWeb
  • Smalltalk/X
    • Smalltalk loadPackage: 'stx:goodies/aida'
    • Aida::SwazooAida startOn: 8888

3. Run:

  1. doit SwazooAida demoStart
  2. in web browser open http://localhost:8888
  3. login with username: admin, password: password

Beta release

AIDA/Scribo 1.0 beta2 on Squeak and VisualWorks