doc: make default URL easier to notice

* Update README.md

Without clear instructions it wasted a few hours just for setting up.
Atleast no one will face issues with domain name in localhost now

* Making LocalHost website visible

* Making LocalHost website visible v2
This commit is contained in:
Gautam Kumar
2025-03-13 21:39:15 +05:30
committed by GitHub
parent 6236d00ea2
commit 11043e9ba1

View File

@@ -47,8 +47,10 @@ cd puter
npm install
npm start
```
✨ This should launch Puter at
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
This will launch Puter at http://puter.localhost:4100 (or the next available port).
If this does not work, see [First Run Issues](./doc/self-hosters/first-run-issues.md) for
troubleshooting steps.
@@ -60,6 +62,8 @@ troubleshooting steps.
```bash
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
```
✨ This should launch Puter at
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
<br/>
@@ -73,6 +77,8 @@ sudo chown -R 1000:1000 puter
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
docker compose up
```
✨ This should be available at
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
<br/>
@@ -86,6 +92,8 @@ New-Item -Path "puter\data" -ItemType Directory -Force
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
docker compose up
```
✨ This should launch Puter at
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
<br/>