Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how-to for simulated omicron should talk about the console #1314

Merged
merged 2 commits into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/how-to-run-simulated.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,7 @@ Dec 02 18:00:01.093 DEBG registered endpoint, path: /producers, method: POST, lo
...
----

Once everything is up and running, you can use `curl` directly to hit either of
the servers. But it's easier to use the xref:cli.adoc[`oxide` CLI].
Once everything is up and running, you can use the system in a few ways:

* Use the browser-based console. The Nexus log output will show what IP address and port it's listening on. This is also configured in the config file. If you're using the defaults, you can reach the console at `http://127.0.0.1:12220/orgs`. Depending on the environment where you're running this, you may need an ssh tunnel or the like to reach this from your browser.
* Use the xref:cli.adoc[`oxide` CLI].
2 changes: 1 addition & 1 deletion nexus/examples/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[console]
# Directory for static assets. Absolute path or relative to CWD.
static_dir = "nexus/static" # TODO: figure out value
static_dir = "out/console-assets"
cache_control_max_age_minutes = 10
session_idle_timeout_minutes = 60
session_absolute_timeout_minutes = 480
Expand Down