NAME
ronin-app - A local web interface for Ronin
SYNOPSIS
ronin-app [options] [COMMAND]
DESCRIPTION
Starts the local Ronin web application.
OPTIONS
-H,--hostIP- The IP address to listen on. Defaults to
localhostif not specified. -p,--portPORT- The port to listen on. Defaults to
1337if not specified. --dbNAME- Specifies the
ronin-dbdatabase name for the app to connect to. --db-uriURI- Specifies a database URI for the app to connect to.
- sqlite3:
sqlite3:relative/path.dborsqlite3:///absolute/path.db - mysql:
mysql://user:password@host/database - postgres:
postgres://user:password@host/database
- sqlite3:
-V,--version- Prints the
ronin-appversion. -h,--help- Prints help information.
ENVIRONMENT
- HOME
- Alternate location for the user’s home directory.
- XDG_CONFIG_HOME
- Alternate location for the
~/.configdirectory. - XDG_DATA_HOME
- Alternate location for the
~/.local/sharedirectory.
FILES
~/.local/share/ronin-db/database.sqlite3- The default sqlite3 database file.
~/.config/ronin-db/database.yml- Optional database configuration.
AUTHOR
Postmodern postmodern.mod3@gmail.com