3

Hosting the OpenStudio CLI on a server

Hey Unmet!

Is it at all possible to deploy the OpenStudio command line interface to a remote server? I am trying to develop lightweight calculation tools without the user having to download the actual software. Ideally, I would like to use a web interface to feed inputs to a .osw file which then would be feed to the CLI to produce reports that would be displayed to the user in a web browser.

Any help or advice would be greatly appreciated!

ParticleSwarm's avatar
389
ParticleSwarm
asked 2019-06-04 11:24:19 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2019-07-20 12:28:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

The CLI is a statically linked, self contained executable. It relies on no external dependencies. So yes, you should be able to deploy it to your server so long as you use the appropriate flavor (Linux, Mac, or Windows).

Alternatively, you can 1) simply run the OpenStudio installer on your server, or 2) use the OpenStudio docker container.

shorowit's avatar
11.8k
shorowit
answered 2019-06-04 19:01:36 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments