Resin
From bemoko developer wiki
Product - Resin
- Home: http://www.caucho.com/download/ Version: 4.0.3
- Summary: Java application server with support for running PHP
Getting Started
Quick start instructions for running resin on your local machine
- Ensure you have java installed - see here for details on getting this set up.
- Download and unpack resin to a local directory. This installation directory will be referred to as $RESIN_HOME in the instructions below
- Obtain license from caucho (the providers of resin) and copy to the location specified in the license file
- Start server from the terminal
| Windows | Linux & Mac OS |
|---|---|
|
java -jar lib/resin.jar start |
java -jar lib/resin.jar start |
- Browse to server at http://localhost:8080/
- Deploying bemokoLive onto resin by copying the bemokoLive war to $RESIN_HOME/webapps/live.war
- Browse to bemokoLive welcome page at http://localhost:8080/live/welcome/i
Running PHP sites through bemokoLive
- Copy the live-extensions-1.7.3.jar into $RESIN_HOME/webapps/live/WEB-INF/lib/
- Install the example PHP site as follows
- cd ~/bemoko/sites
- svn co http://bemoko.googlecode.com/svn/sites/exercise_php/trunk exercise_php
- Browse to the example PHP site @ http://localhost:8080/live/exercise_php/i
