Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

Hosting the OpenStudio CLI on a server

asked 2019-06-04 11:24:19 -0500

ParticleSwarm's avatar

updated 2019-07-20 12:28:47 -0500

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!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2019-06-04 19:01:36 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

Stats

Asked: 2019-06-04 11:24:19 -0500

Seen: 153 times

Last updated: Jun 04 '19