Last active
September 20, 2019 07:35
-
-
Save beilly/cfd4ceef67e67bb8d821c26bfd08dc80 to your computer and use it in GitHub Desktop.
mac jenkins 安装和启动
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nohup ./frpc -c ./frpc.ini & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 安装 | |
brew install jenkins | |
# 启动 | |
brew services start jenkins | |
# 停止 | |
brew services stop jenkins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment