.github | ||
config | ||
controller | ||
core | ||
docker | ||
middleware | ||
model | ||
permission | ||
repository | ||
response | ||
route | ||
service | ||
task | ||
utils | ||
web | ||
ws | ||
.air.toml | ||
.gitignore | ||
banner.png | ||
build.sh | ||
go.mod | ||
go.sum | ||
goploy.example.toml | ||
goploy.png | ||
LICENSE | ||
logo.png | ||
main.go | ||
preview_dark.png | ||
preview_light.png | ||
preview_zh.png | ||
preview.png | ||
README.md | ||
README.zh-CN.md | ||
reload.bat |
English | 简体中文
Name: go + deploy
A web deployment system tool!
Support all kinds of code release and rollback, which can be done through the web with one click!
Complete installation instructions, no difficulty in getting started!
Important note: The master branch may be in an unstable or unavailable state during the development process. Please use releases instead of master to obtain stable binary files.
DEMO admin:admin!@# (It may not be able to open, depending on the mood)
Goploy-Agent Monitor server performance
Jetbrains supports this project with GoLand licenses. We appreciate their support for free and open source software!
Content
Feature
Use Goploy to automate your development workflow, so you can focus on work that matters most.
Goploy is commonly used for:
- Building projects
- Support git svn ftp sftp
- Deployment across os
- RBAC
- Monitor http tcp ping process script server
- Second cron
- Xterm
- Sftp
- LDAP
Install
- Install mysql
- Download the latest release
Use
- Run ./goploy or goploy.exe or goploy.mac
- Follow the installation guide
- web http://ip:port (Account:Password admin:admin!@#)
Preview
Diagram
Backend
- Install go >= 1.16
- go mod required
- edit goploy.toml
cp goploy.example.toml goploy.toml
- run
go run main.go --asset-dir=./
(need build Frontend) - use gin (hot reload)
Frontend
cd web
npm install
oryarn install
- edit .env.development
npm run dev
oryarn dev
- build
npm run build
oryarn build
Repository
- element-plus - UI。
Contribute
Create a pull request.
License
GPLv3 © zhenorzz