- install Cherokee Web Server on Ubuntu Linux through Launchpad
- configure Cherokee to serve static files for a Seaside application
- start an headless Seaside image
Download screencast (800x600): .avi 51.1 MB.
View mobile version.
Recorded by Christoph Budzinski.
Note: If you have any suggestions for improvement, Cherokee + Seaside tips and tricks you want to share or saw something that is plain wrong or could be described in more detail to make it easier to understand, feel free to add a comment and we will update the screencast accordingly to improve it.
Install Cherokee on Ubuntu:
sudo add-apt-repository ppa:cherokee-webserver/ppa
sudo apt-get update
sudo apt-get install cherokee
A tip for users of Linode and possibly other VPS providers that provide a stripped down server version of Ubuntu: if the add-apt-repository command doesn't work, you need to install an additional package first with:
sudo apt-get install python-software-propertiesSeaside startup script, runseaside:
#!/bin/bash
cd /path/to/folder/with/seaside/image/
/path/to/pharo/virtual/machine/executable -vm-display-null seaside.image
For other Seaside deployment options, see
0 commentaires:
Post a Comment