Install this plugin like any other DoDWAN plugin: unzip the plugin ZIP archive in the $DODWAN_HOME/plugins
directory.
This plugin depends on the DoDWAN Websocket Network API plugin (and transitively on the DoDWAN Network API plugin). These two depencies should already be installed.
When launching DoDWAN, you should put in the shell variable dodwan_plugins
the name of the Dodwan Webapp Repository plugin, preceded by the names of its
dependencies:
dodwan_plugins=dodwan-napi,dodwan-napi-ws,dodwan-webapp-repo dodwan.sh start
The following configuration Java properties can be specified (on the dodwan.sh
start command line, use the jvm_opts
shell variable containing a list of -D
options) :
dodwan_webapp_repo.root_directory
: the root of the web site made accessible by the server (default: $HOME/www
)
dodwan_webapp_repo.port
: the port on which the server listens (default 8080
)