This file contains 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
https://github.com/dcm4che/dcm4chee-arc-light/wiki/Installation | |
当前用户根目录: /home/work | |
1. cd | |
2. mkdir dcm4chee | |
3. cd dcm4chee | |
4. upload db-5.0.32.tar.gz, openldap-2.4.45.tgz, dcm4chee-arc-5.13.0-mysql.zip, wildfly-12.0.0.Final.zip, | |
源文件:https://pan.baidu.com/s/1tYu-z0qCNQ3aYwAXs_FcOA | |
5. 解压 | |
tar zxvf db-5.0.32.tar.gz |
This file contains 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
# UPDATED 30 January 2019 | |
# Redirect all HTTP traffic to HTTPS | |
server { | |
listen 80; | |
listen [::]:80; | |
server_name www.domain.com domain.com; | |
return 301 https://$host$request_uri; | |
} | |
# SSL configuration |
This file contains 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
#!/bin/bash | |
#=============================================================================== | |
# FILE: wps_office_installer.sh | |
# | |
# USAGE: ./wps_office_installer.sh | |
# | |
# DESCRIPTION: WPS Office Package Installer with spanish dictonary | |
# | |
# OPTIONS: --- | |
# REQUIREMENTS: --- |
This file contains 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
#!/bin/bash | |
#=============================================================================== | |
# FILE: php5.6_installer.sh | |
# | |
# USAGE: ./php5.6_installer.sh | |
# | |
# DESCRIPTION: Install the stable version of the PHP 5.6 | |
# | |
# OPTIONS: --- | |
# REQUIREMENTS: --- |
This file contains 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
#!/bin/bash | |
#=============================================================================== | |
# FILE: php7_installer.sh | |
# | |
# USAGE: ./php7_installer.sh | |
# | |
# DESCRIPTION: Install the stable version of the PHP 7 | |
# | |
# OPTIONS: --- | |
# REQUIREMENTS: --- |
This file contains 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
#!/bin/bash | |
#=============================================================================== | |
# FILE: nginx.sh | |
# | |
# USAGE: ./nginx_installer.sh | |
# | |
# DESCRIPTION: Install the stable version of the nginx server | |
# | |
# OPTIONS: --- | |
# REQUIREMENTS: --- |