Skip to content

Commit

Permalink
Merge pull request #536 from nttcom/topic/add-quick-start-to-readme
Browse files Browse the repository at this point in the history
Topic/add quick start to readme
  • Loading branch information
mshim03 authored Dec 17, 2024
2 parents bb1db36 + 19d54cd commit 3dbef93
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,29 @@ Threatconnectome supports vulnerability management in industries where products
- PSIRT-friendly UI and Web API
- SPDX 2.3 and CycloneDX 1.6 support

## Demo environment
## :rocket: Quick Start

Just clone this project and move to `threatconnectome`.

```bash
git clone https://github.com/nttcom/threatconnectome
cd threatconnectome
```

:partying_face: Try it out!

```bash
# Note: You need docker installed and running to be able to run this script.
./demo_start.sh
```

> To stop a running service:
>
> ```bash
> ./demo_stop.sh
> ```
## :eyes: Live demo
:warning: Do not input personal information.
Expand Down
9 changes: 6 additions & 3 deletions demo_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ docker compose -f docker-compose-demo.yml up -d --build || exit 100;

cat <<EOD | tr -d "\t"
launched Threatconnectome Demo.
access to http://localhost with Web browser.
Live demo of Threatconnectome launched.
see README.md for Demo environment (accounts and contents).
access here via your web browser:
http://localhost
see README for the demo accounts and contents:
https://github.com/nttcom/threatconnectome/tree/main?tab=readme-ov-file#eyes-live-demo
EOD

0 comments on commit 3dbef93

Please sign in to comment.