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

Alpha2 #1

Merged
merged 19 commits into from
Jan 26, 2020
Prev Previous commit
Update README.MD
  • Loading branch information
mwalkowski authored Jan 26, 2020
commit 6dd2b925bf861e727b05ebbb81a3df31f0179498
13 changes: 6 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
## To run demo
Open demo folder and build (it may take couple minutes)
```
git submodule update --init --recursive
make build
make up
make demodata
make demodata # If you want to configure and genrate demodata to see how everything works.
```
For now you must manually load dashboard config file to Kibana. Open Web GUI (default kibana port). Then go to _Management_ -> _Saved Objects_ -> Import and select _export.ndjson_

On port `:8080/admin` you can find VMC admin panel.
You log in there with following credentials `admin:adminadmin`
Go to Cves and then click on Import CVE (upper-right corner)
Then:
- on port `:5601` you can find Kibana panel with sample KPIs.
- on port `:8081` you can find Ralph with sample assets (login ralph, password: ralph).
- on port `:9000` you can find The Hive with the sample alerts(login admin, password: admin).
- on port `:8080/admin` you can find VMC admin panel with the sample configuration (login admin, password: adminadmin).

More guides will be published on [doc report](https://github.com/DSecureMe/vmc-docs) very soon

Expand Down