mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
bug fix
This commit is contained in:
parent
2287b1792c
commit
278b143360
66 changed files with 144 additions and 197 deletions
20
install.sh
20
install.sh
|
@ -1,20 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "=========================="
|
||||
echo
|
||||
echo "Nginx UI Install Shell"
|
||||
echo "Copyright (c) 0xJacky 2021"
|
||||
echo
|
||||
echo "=========================="
|
||||
|
||||
echo "Compiling api server..."
|
||||
cd server || exit 1
|
||||
go build -o nginx-ui-server main.go
|
||||
|
||||
echo "build completed"
|
||||
cd ..
|
||||
|
||||
echo "==============="
|
||||
echo "frontend dist path: nginx-ui-frontend/dist"
|
||||
echo "start server, run server/nginx-ui-server"
|
||||
echo "start server at background, run nohup ./nginx-ui-server &"
|
Loading…
Add table
Add a link
Reference in a new issue