Circuitscape / cloudCS

Circuitscape HTML interface
Other
0 stars 0 forks source link

cloudCS

Running cloudCS

Use script bin/cswebgui.py to bring up the server. Invoke the script with -h parameter for help on available options.

usage: cswebgui.py [-h] [--port PORT] [--headless] [--config CONFIG]

Start Circuitscape Cloud

optional arguments:
  -h, --help       show this help message and exit
  --port PORT
  --headless
  --config CONFIG

Standalone Operation

Run bin/cswebgui.py to start the server on port 8080 and invoke a browser pointing to it.

Valid options:

Multiuser Operation

Run bin/cswebgui.py --config cloudCS.cfg where the file cloudCS.cfg is the server configuration.

For more details on available options, refer to the comments in the sample configuration file cloudCS.cfg.sample

Batch Run