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:
- Squeak and Pharo:
- Gemstone GLASS
- VisualWorks:
- Dolphin Smalltalk:
- Smalltalk/X
2. Install:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfAida'; load.
((Smalltalk at: #ConfigurationOfAida) project version: '6.0') load.
- Gemstone GLASS
- folow the guide mentioned above
- VisualWorks:
- load parcel or bundle Swazoo 2.2
- load parcel or bundle AIDAWeb 6.0
- 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/Pharo and VisualWorks
|