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:
- Squeak:
- download Damien's squeak-web image, where Aida/Web is already installed, and skip to 3. Run.
- or use SqueakMap and follow install instructions bellow
- or from Universes, Aida version 5.6 in category Web Development
- or download: Sport-2.031.mcz , Swazoo-2.2.mcz, Aida6.0.mcz
- or, for a more current development version, see Beta Release below
- Gemstone GLASS
- VisualWorks:
- Dolphin Smalltalk:
- Smalltalk/X
2. Install:
- Squeak:
- open SqueakMap Package Loader
- install packages in that order: Sport 2.031, Swazoo 2.1, AIDA/Web 5.6.
- Gemstone GLASS
- folow the guide mentioned above
- VisualWorks:
- load parcel or bundle Sport 2.031 following this instructions
- load parcel or bundle Swazoo 2.1
- load parcel or bundle AIDAWeb 5.6
- Dolphin Smalltalk:
- unpack .zip so that you have two subdirectories: Swazoo and AIDAWeb
- install package Swazoo.pac from directory Swazoo
- install package AIDAWeb.pac from directory AIDAWeb
- Smalltalk/X
- Smalltalk loadPackage: 'stx:goodies/aida'
- Aida::SwazooAida startOn: 8888
3. Run:
- doit SwazooAida demoStart
- in web browser open http://localhost:8888
- login with username: admin, password: password
Beta release
AIDA/Scribo 1.0 beta2 on Squeak and VisualWorks