Download and installation instructions
For inpatient here is a One-Click Pharo image for Linux, Mac or Windows, which you can download by clicking:
 |
Aida 6.5 on Pharo 1.4
|
After download unpack it and click .sh on Linux, .app on Mac or .lnk on Windows to start an image then in web browser open http://localhost:8888 and voila, your brand new Aida web application server is ready!
About Smalltalk
AIDA/Web is a Smalltalk application, therefore you need a Smalltalk first. To start with Smalltalk please visit the World of Smalltalk first. Then you need to choose a Smalltalk dialect. Currently Aida/Web supports six dialects:
If you are new to Smalltalk read an on-line book Pharo by Example for a start.
Stable release
1. Download:
- Squeak and Pharo:
- Gemstone GLASS
- VisualWorks:
- Dolphin Smalltalk:
- Smalltalk/X
2. Install:
- Pharo: load with the following script:
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfAida';
load.
(Smalltalk at: #ConfigurationOfAida) load.
- Squeak:
- From Monticello install packages in that order: Sport-2.031.mcz and Swazoo-2.3beta3.1.mcz (from SqueakSource), Aida6.5-interim.0.mcz (from mc.aidaweb.si)
- Gemstone GLASS
- follow the guide mentioned above
- VisualWorks:
- load parcel or bundle Swazoo 2.3 beta2
- load parcel or bundle AIDAWeb 6.5
- Dolphin Smalltalk:
- unpack .zip
- install package AIDA Dolphin.pac (will load other packages as prerequisites)
- Smalltalk/X
- Smalltalk loadPackage: 'stx:goodies/aida'
- Aida::SwazooAida startOn: 8888
3. Run:
- In web browser open http://localhost:8888
- login with username: admin, password: password