Skip to content

Instantly share code, notes, and snippets.

@grantmichaels
Created June 20, 2009 03:47
Show Gist options
  • Save grantmichaels/133038 to your computer and use it in GitHub Desktop.
Save grantmichaels/133038 to your computer and use it in GitHub Desktop.
cd ~/src
sudo apt-get build-dep squeak
sudo apt-get install squeak squeak-plugins
sudo apt-get install bc
wget http://seaside.gemstone.com/scripts/installGemstone2.3-Linux.sh
sudo chmod +x installGemstone2.3-Linux.sh
./installGemstone2.3-Linux.sh
source /opt/gemstone/product/seaside/defSeaside
startnet
startGemstone
gslist -lcv
screen
startSeaside_Hyper 50081
curl http://localhost:50081/seaside
curl http://localhost:50081/seaside/tests/scriptaculous/
curl http://localhost:50081/seaside/pier/
screen -r
stopGemstone
stopnetldi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment