1
Install Cherokee on OpenSolaris
This entry show how to install Cherokee web server on OpenSolaris 2009/06 I hope be useful
1. Install required PHP packages
SUNWphp52
SUNWphp52-mysql (mysql module)*
SUNWphp52-pgsql (PostgreSQL module)*
You can install using pkg install or package manager
2. Download Cherokee package for OpenSolaris from http://pkg.unixzen.com/
3. Extract the package:
unzip package_name.pk.gz
4. Using a terminal install the package (as root)
pkgadd -d package_name.pk
Important: Read instructions [...]