Files
laconic-console/packages/console-server
e099fca2f8 Signal graph (#49)
* Initial signal graph

* Minor update

* Change graph using object mutator

* Added SignalServer graph

* Remove d3 dependencies

* fixed signal kube system information

* updated gem

* Minor fix

* update configuration

* /api for signal

* apollo1

* Added visx network graph

* Remove info table.

* Fixed tooltip zIndex

Co-authored-by: Martin Acosta <Martín Acosta>
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-authored-by: Thomas E Lackey <thomas@wireline.io>
2020-10-07 11:48:44 -05:00
..
2020-06-23 09:19:01 -05:00
2020-06-23 09:19:01 -05:00
2020-10-07 11:48:44 -05:00
2020-10-07 11:48:44 -05:00
2020-10-07 11:48:44 -05:00
2020-10-05 09:20:02 +00:00

Console

Apollo GraphQL client.

Usage

Use the following command to run the server at: http://localhost:9004

  yarn start  

To test the Console app, the @dxos/console-app must be built first:

  cd ../console-app
  yarn build

Use the following command to run the client in development mode (via the webpack-dev-server) at http://localhost:8080

  yarn dev

To build the client and serve it directly from the server:

  yarn build
  yarn start

Then open the app at: http://localhost:9004/console

Production

When running the Console server, either set the CONFIG_FILE environment variable or set the --config option.

  ./bin/console.js --config ./config.yml

NOTE: The server passes its configuration directly to the Console app when it is loaded.