Creating Apps - nuandy/othello GitHub Wiki

Note: Assumes Othello is installed under: /web/othello

To create an app in the /web/othello/apps directory:

  1. cd /web/othello
  2. python bin/owfcreate.py --app=yourapp

The skeletal app created contains the minimum files and directories that are expected by the framework. You are not required to use this script to create an app, but we do recommend it if you do not have experience configuring a Java EE based web application.