mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Notes for Dev Preview
This commit is contained in:
13
PREVIEW.md
13
PREVIEW.md
@ -7,12 +7,15 @@ T-Pot will be turning 10 years next year and this milestone will be celebrated w
|
||||
1. [Download](#choose-your-distro) or use a running, supported distribution
|
||||
2. Install the ISO with as minimal packages / services as possible (SSH required!)
|
||||
3. Install curl: `$ sudo [apt, dnf, zypper] install curl` if not installed already
|
||||
4. Run installer as non-root: `$ /bin/bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/dev/install.sh)"`
|
||||
* Follow instructions, read messages, check for possible port conflicts and reboot
|
||||
5. [Start](#start-t-pot) T-Pot for the first time:
|
||||
4. Run installer as non-root:
|
||||
```
|
||||
$ cd tpotce/preview/
|
||||
$ docker compose up
|
||||
/bin/bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/dev/install.sh)"
|
||||
```
|
||||
* Follow instructions, read messages, check for possible port conflicts and reboot
|
||||
5. [Start](#start-t-pot) T-Pot as non-root for the first time:
|
||||
```
|
||||
cd tpotce/preview/
|
||||
docker compose up
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user