You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nuandy edited this page Jun 17, 2012
·
4 revisions
Note: Assumes Othello is installed under: /web/othello
To create an app in the /web/othello/apps directory:
cd /web/othello
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.