• RSS
  • Delicious
  • Digg
  • Twitter

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 and acept only the necesary

5. From terminal do:
cd /usr/sbin/
./cherokee-admin
This lauch cherokee admin’s interface. Using a browser you can enter throught http://localhost:9090

Autentication details:
user: admin
password: when you lauch cherokee-admin appear a random string, this is the password, each time it changes.

Inside cherokee-admin interface:

7. Go to “Information Sources” option

8. Then, go to  PHP LOCAL option to enter to php settings

9. Edit interpreter and write:

/usr/php/5.2/bin/php-cgi -b /tmp/cherokee-php.socket

10. Save changes

11. Now, click on Status option, and Launch the server

12. Well, now cherokee is running throught 80 port on your OpenSolaris machine

One Response so far.

  1. [...] Cherokee en Opensolaris b131 (versión texto) Archivado en: opensolaris — Etiquetas: información técnica, opensolaris, ssh — mmejiav @ 10:12 AM Esta entrada esta basada en una entrada anterior de mr Jeffrey [...]