docker showdoc installation

Automatically install script

Foreword

Use automated scripts docker script to install the operating environment for linux server. If your server does not docker service, the script will attempt to install it. Docker installation process may be somewhat slow. docker If you have already installed, the script will omit some of the steps, thus speeding up the progress of the installation showdoc.
When the script installation docker fails, you can install the docker and then execute the script manually. If after re-installed a docker or failure can be based on this tutorial step by step installation and commissioning:  https://www.showdoc.cc/help?page_id=65610
If the server system itself does not support the docker, you can only run showdoc manually install PHP environment: https://www.showdoc.cc/help?page_id=13732

Instructions

  1. # Download the script and give permission
  2. wget https:// www.showdoc.cc/script/showdoc;chmod +x showdoc;
  3. # Default installation of the Chinese version. If you want to install the English version, add en parameters, such as ./showdoc en
  4. ./showdoc

After installation instructions

After installation, showdoc data will be stored in the / showdoc_data / html directory. ./showdoc script can be placed in any directory later, convenient. Can re-download from the official address.
You can open  http://xxx.com:4999  access showdoc ( xxx.com for your server domain name or IP). Account password is showdoc / 123456, after logging in you can see the top right of the entrance management background. It recommended to change the password after login.
Questions or suggestions, please showdoc to https://github.com/star7th/showdoc  at the mention issue. If it feels showdoc easy to use, you may wish to point a star. Good attention and participation contribute to long-term development of open source projects.

 

ShowDoc AC qq group
Exchange group ①: 564671853 (full)
Exchange group ②: 174709989 (full)
Exchange group ③: 667194478

Upgrade from manual to automatic mode script

 

If you've manually installed showdoc, consider upgrading to automated scripts now this way. After upgrading to the script mode, you can use automation on the script, for example, upgrade to the latest version, restart, unloading.
Upgrade method:
1, first refer to the previous section, in a new installation of a server showdoc
2, the original showdoc Sqlite directory / showdoc.db.php cover /showdoc_data/html/Sqlite/showdoc.db.php, Public / Uploads cover / showdoc_data / html / Public / Uploads
3, execute the command  
chmod 777 -R /showdoc_data/html
./showdoc update

  

Other commands

# The following script attached to other commands, so that may need them when managing showdoc.

1  # Stop
 2 ./ showdoc STOP
 3  # reboot
 4 ./ showdoc restart
 5  # showdoc upgrade to the latest version
 6 ./ showdoc Update
 7  # uninstall showdoc
 8 ./showdoc Uninstall

 

Guess you like

Origin www.cnblogs.com/longweiqiang/p/11876955.html
Recommended