Skip to content

Instantly share code, notes, and snippets.

@beilly
Last active September 20, 2019 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beilly/cfd4ceef67e67bb8d821c26bfd08dc80 to your computer and use it in GitHub Desktop.
Save beilly/cfd4ceef67e67bb8d821c26bfd08dc80 to your computer and use it in GitHub Desktop.
mac jenkins 安装和启动
nohup ./frpc -c ./frpc.ini &
# 安装
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