Skip to content

Commit

Permalink
Update windows server part in README.md (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgong14 authored Oct 16, 2023
1 parent 9eb50f0 commit 972d229
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,23 @@ pip3 install -r requirements.txt #installing the env
sh StartServer.sh
```
- Windows

Install the [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) and start the server from WSL2
```sh
wsl --install
wsl2
sh StartServer.sh
```

Or install directly on Windows [Not Recommended]

Note: redis server needs to be installed before running below commands:
https://github.com/microsoftarchive/redis/releases
```
uvicorn solidgpt.src.api.api:app --reload

celery -A solidgpt.src.api.celery_tasks worker --loglevel=info -P eventlet
```
- Docker
```sh
docker buildx build -t solidgptlocalhost .
Expand Down Expand Up @@ -94,7 +104,7 @@ Note: We currently support Python, JavaScript, and TypeScript projects. Support
1. Choose `Generate RPD` from the top left dropdown.
1. input your requirement (suggest short and clear)
1. input additional info or your project, SolidGPT will use both summary from repository and additional info you provided (optinoal)
```
## 🖇️ Document
[Explore SolidGPT](https://github.com/AI-Citizen/SolidGPT/blob/main/docs/READMEv1.md)
Expand Down

0 comments on commit 972d229

Please sign in to comment.