storyteller / Storyteller

Executable Specifications for .Net
http://storyteller.github.io
Other
268 stars 53 forks source link

Running storyteller stand alone #752

Open jmcgowan85cc opened 5 years ago

jmcgowan85cc commented 5 years ago

I would like to host the storyteller web service in a server so that other people can connect to it without having them build from source control. Is it possible to run storyteller in a stand alone mode (disconnected from source) and to bind it to the host name rather than local host? I am using the latest storyteller in .NET Core.

jeremydmiller commented 5 years ago

@jmcgowan85cc Sorry for the very, very late reply. It's possible now if you run "dotnet storyteller" on a web server and just leave it running, and some folks do that now. It is just running on Kestrel now.

I'd like to make this be a little more formally supported in future releases.

jmcgowan85cc commented 5 years ago

Thanks for the reply. Will give it a try again.