标签:命令 rom innodb 进入 custom tip str pat 详细
相信大家都用过git版本控制工具。gogs是一个用go编写的git本地服务。
这里使用Windows 安装,其他版本请查看官网介绍 https://gogs.io/
以下操作请都用管理员权限操作。
使用go https://gogs.io/docs/installation/install_from_binary
这里我们使用二进制安装,下载如图的版本:
sc create gogs start= delayed-auto binPath= ""E:\greenProgramFiles\gogs\gogs.exe" web" --config \"E:\greenProgramFiles\gogs\custom\conf\app.ini\""
sc start gogs
sc stop gogs
sc delete gogs
方案二(推荐使用):
使用nssm将exe文件封装成文件
nssm install gogs
之后配置见官网 https://gogs.io/docs/installation/run_as_windows_service#use-nssm
完成配置后,我们可以通过修改gogs/custom/conf的app.ini文件来修改后续配置
配置详情
如果需要支持外部访问的话我们需要修改防火墙放行策略------将3000端口放行
标签:命令 rom innodb 进入 custom tip str pat 详细
原文地址:https://www.cnblogs.com/bananafish/p/11839210.html