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 read an on-line book Squeak by Example for a start.

Stable release

1. Download:

2. Install:

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

((Smalltalk at: #ConfigurationOfAida) project version: '6.0') load.
  • Gemstone GLASS
    1. folow the guide mentioned above
  • VisualWorks:
    1. load parcel or bundle Swazoo 2.2
    2. load parcel or bundle AIDAWeb 6.0
  • 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/Pharo and VisualWorks