Skip to content

Commit 2a7722d

Browse files
authored
Merge pull request #40 from oslabs-beta/ted-dev
Ted dev
2 parents c25bf35 + 75eafd2 commit 2a7722d

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
259259
### Running the Chronos desktop app in development mode (WSL Incompatible)
260260

261261
1. From the root directory, run `npm install`
262-
2. Run `npm run build`
263-
3. For Windows users, run `npm audit fix` or `npm audit fix --force` if prompted
264-
4. Open a new terminal and run `npm run dev:app` to start the Webpack development server
265-
5. Open a new terminal and run `npm run dev:electron` to start the Electron UI in development mode.
266-
6. Refer to `Examples` sections below to spin up example applications.
262+
2. Run `npm run start:electron` to start the electron app.
263+
3. Run `npm audit fix` or `npm audit fix --force` if prompted
264+
4. Refer to `Examples` sections below to spin up example applications.
265+
(Recommended):
266+
If you have mongo community edition running locally just run `npm run start:microservices` to start populating database with server data(more detail in Microservices Example section).
267267

268268
#
269269

assets/example_microservices_card.gif

655 KB
Loading

examples/microservices/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,20 @@ Note: You may run out of space in your database if the services run for an exten
5757

5858
To spin up the example application:
5959

60-
1. `cd` into the `examples/microservices` folder
61-
2. Run `npm run pkg:install` to install all necessary dependencies
62-
3. Run `npm start`
60+
1. Run `npm run start:microservices`
61+
2. Click on the Example Button
62+
3. Click on the Microservices card
63+
64+
<img src="../../assets/example_microservices_card.gif" alt="Chronos" title="Chronos" align="center" />\
65+
6366

6467
Open a web browser to `localhost:5001` to send requests from the client
6568

6669
Your microservice health metrics may be viewed in the given `CHRONOS_URI` database, or in the Electron.js desktop application.
70+
## Notes
71+
72+
Plotly utilizes WebGL to render graphs, but WebGL can support only 8-16 layers simultaneously. Therefore, it is recommended to selectively choose a limited number of layers for optimal performance.
73+
6774

6875
## Additional Documentation
6976

0 commit comments

Comments
 (0)