These are a few notes on how I set up my Mac OS X development environment for my Radio Pi Mobile application (RPM). The app uses Sencha Touch for the front end, the Scala Play Framework for the backend server, and Nginx to glue them together.
The Play server
The server component of RPM is written using the Scala Play Framework. It runs on port 9000, and I configure it in Nginx like this: