Skip to content

Running The Server

Derrick Gold edited this page May 4, 2016 · 3 revisions

#Running the Server

smartreflect: [-D] -d Launch the Smart Reflect server.

Arguments
    -D: runs the server application as a background process
    -d: defines the web folder where the plugins are located *
    -p: port number to use

*Note: The WEBFOLDER is the root folder that will be accessible by the browser for loading JavaScript, CSS, HTML partials, and other resources.

PLUGINFOLDER is the path of the directory containing all the installed plugins relative to the defined web folder. The PLUGINFOLDER should be located somewhere inside WEBFOLDER so that a plugin's JavaScript, CSS, HTML partials, and web configuration GUIs' can be accessed by the browser.

Clone this wiki locally