From f18530575ca599824898c40e8e3cb4ca8dee6fa9 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 6 May 2024 19:29:17 +0200 Subject: [PATCH] Adjust README.md for macOS / Windows install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98124077..315af4bf 100644 --- a/README.md +++ b/README.md @@ -327,10 +327,10 @@ Choose a supported distro of your choice. It is recommended to use the minimum / Sometimes it is just nice if you can spin up a T-Pot instance on macOS or Windows, i.e. for development, testing or just the fun of it. As Docker Desktop is rather limited not all honeypot types or T-Pot features are supported. Also remember, by default the macOS and Windows firewall are blocking access from remote, so testing is limited to the host. For production it is recommended to run T-Pot on [Linux](#choose-your-distro).
To get things up and running just follow these steps: 1. Install Docker Desktop for [macOS](https://docs.docker.com/desktop/install/mac-install/) or [Windows](https://docs.docker.com/desktop/install/windows-install/). -2. Clone the GitHub repository: `git clone https://github.com/telekom-security/tpotce` +2. Clone the GitHub repository: `git clone https://github.com/telekom-security/tpotce` (in Windows make sure the code is checked out with `LF` instead of `CRLF`!) 3. Go to: `cd ~/tpotce` 4. Copy `cp compose/mac_win.yml ./docker-compose.yml` -5. Create a `WEB_USER` by running `~/tpotce/genuser.sh` +5. Create a `WEB_USER` by running `~/tpotce/genuser.sh` (macOS) or `~/tpotce/genuserwin.ps1` (Windows) 6. Adjust the `.env` file by changing `TPOT_OSTYPE=linux` to either `mac` or `win`: ``` # OSType (linux, mac, win)