Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Dec 30, 2024
1 parent be1e437 commit 808a23b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
## xweb - A nginx + mysql + php environment


## Quick Start

- Install [powershell 7](https://github.com/PowerShell/PowerShell) and open pwsh terminal
- Clone https://github.com/simdsoft/xweb.git and goto to root directory of xweb
- `./xweb install`
- `./xweb start`
- visit: https://xweb.dev/phpinfo.php to check does php works
- visit https://sandbox.xweb.dev/phpmyadmin to manage database
### install and start service
1. Install [powershell 7](https://github.com/PowerShell/PowerShell) and open pwsh terminal
2. Clone https://github.com/simdsoft/xweb.git and goto to root directory of xweb
3. `./xweb install`
4. `./xweb start`

### visit local web

1. Add domain `sandbox.xweb.dev` to your system hosts

2. visit web on your browser
- https://sandbox.xweb.dev/phpinfo.php to check does php works
- https://sandbox.xweb.dev/phpmyadmin to manage database

Note:

Expand Down

0 comments on commit 808a23b

Please sign in to comment.