One-click installation of ShowDoc online API documentation tool —— Road to Dream Building

1. Script one-click installation

#下载脚本并赋予权限
wget https://www.showdoc.com.cn/script/showdoc;chmod +x showdoc

#默认安装中文版。如果想安装英文版,请加上en参数,如 ./showdoc en
./showdoc

Once installed, we simply http:// ip :4999access our program via . The account password is showdoc/123456. After logging in, you can see the management background entrance on the upper right. It is recommended to modify the background account and password after logging in

2. Common commands

  #Stop
 ./showdoc stop 
 #Restart
 ./showdoc restart
 #Upgrade showdoc to the latest version./showdoc
 update
 #Uninstall showdoc
 ./showdoc uninstall

 3. Source code

git clone https://gitee.com/star7th/showdoc.git

Official Website: ShowDoc

Guess you like

Origin blog.csdn.net/qq_34777982/article/details/130949269