Created
June 20, 2009 03:47
-
-
Save grantmichaels/133038 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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