how to get squeak going on freebsd 10.1 and then add aidweb web framework appserver
pkg install -y squeak
chown -R youruserhere: /usr/local/lib/squeak/
now run squeak
$ squeak /usr/local/lib/squeak/Squeak4.3.image
left click on a blank part of squeak 'desktop'
select workspace
box appears
make it a bit bigger by dragging edge out with mouse cursor
into the workspace paste script from aidaweb install instructions
http://www.aidaweb.si/download i := Installer monticello http: '
http://smalltalkhub.com'.
i project: 'mc/Sport/Sport/main';
install: 'Sport-2.031'.
i project: 'mc/Swazoo/Swazoo/main';
install: 'Swazoo-2.3final.2'.
i project: 'mc/Aida/Aida/main';
install: 'Aida6.6-final.3'.
then highlight the whole chunk of text with left click and hold and mouse
execute the script by right click and choose 'do it'
squeak will download and install aidaweb!! a kick ass web framework with webserver and image or other data persistence, in other words you can replace LAMP with smalltalk and aidaweb!
awesome
!!
check it out on
http://localhost:8888 login! user=admin pass=password
url wont load!! help squeak community!