openstack install script

Alibabacloud.com offers a wide variety of articles about openstack install script, easily find your openstack install script information here online.

Pgsql automatically install shell script collation

Before constantly testing the Pgsql on VM VMS, it is still a bit cumbersome to install.So we collected a few1,http://www.davidghedini.com/pg/entry/postgresql_9_5_script_forHttps://github.com/DavidGhedini/postgresql-9.5-script-centos-7x64Https://github.com/intoGres/postgresql-9.5-script-centos-6x642,https://github.com/intogres3,http://www.if-not-true-then-false.com/2012/

Automatically install a script that configures the HTTPD virtual host

Script practice, write a script to implement the configuration of the local Web server: 1, check whether the HTTPD package has been installed, if not, the use of Yum command installation; (need to configure the Yum source in advance) 2, cancel the center host, new 5 domain based virtual host, and provide a test home page, the homepage content for its corresponding FQDN: Www.magedu.com,/vhosts/magedu Bbs

centos6.9 Yum Install Lnmp (shell script)

default server block.include/etc/nginx/default.d/*.conf;Location/{}Error_page 404/404.html;Location =/40x.html {}Error_page 502 503 504/50x.html;Location =/50x.html {}Location ~ \.php$ {root/var/www;Fastcgi_pass 127.0.0.1:9000;Fastcgi_index index.php;Fastcgi_param script_filename/var/www\ $fastcgi _script_name;Include Fastcgi_params;}}EofSed-i "S#user = Apache#user = nginx#g"/etc/php-fpm.d/www.confSed-i "S#group = Apache#group = nginx#g"/etc/php-fpm.d/www.confChown nginx.nginx/var/www/-Rchmod 7

Install smokeping script with one click

#!/bin/bashlocal_ip= '/sbin/ifconfig |grep ' inet addr: ' |grep-ev ' 127.0.0.1 ' | Cut-d:-f2|awk ' {print $} ' |head-n 1 '#install Epel RepoRPM-UVH http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm#install require softwareYum-y Install Perl perl-net-telnet perl-net-dns perl-ldap Perl-libwww-perl Perl-radiusperl Perl-io

Install Shield Script Summary (Invoke Api,com,bat)

Install Shield Script Summary (Invoke Api,com,bat) Boss asked me to package the current project (Web project) on the basis of the previous packaging program. The basic requirement is this, with the project including the required control, build the virtual directory. If the user can configure a row on SQL Server, or install the SQLExpress in the package (if the u

MySQL One-click Install Shell Script

断是否编译成功 if[[$? NBSP;-EQNBSP;0NBSP]] then Makemakeinstall else echo "compilation failed, recompile" exit1 fi #修改mysql组和数据目录 cd $Install _prefix chown:mysql./*-r chown-r mysql:mysql $DataDir chown-rmysql:mysql/mydata/bin-log #初始化数据库 $Install _prefix/ scripts/mysql_install_db--user=mysql--datadir= $DataDir #判断是否初始化成功, directory is not empty description is successful, directory is empty if[ " $ (ls-a $DataDir)

Oracle11.2.0.1 install script in Linux-X64-

Oracle requires a series of configurations before installation on linux. if the environment is set up each time, it is a little slow to execute manually. Here, two scripts are written to achieve automatic configuration and installation. Currently Oracle requires a series of configurations before installation on linux. if the environment is set up each time, it is a little slow to execute manually. Here, two scripts are written to achieve automatic configuration and installation. Currently B

Compile and install the MySQL 5.6 script in the source code package

The MySQL5.6 script is compiled and installed in the source code package. Two MySQL databases are installed on one machine. The port, installation path, and socket file location are specified during compilation. The installed MySQL installation file can be packaged and copied to other machines for use. You only need to initialize it when using other machines, and grant related directory permissions. Install

Shell script One-click Install PHP7 instance

The following small series for everyone to bring a shell script one-click Install PHP7 instance (recommended). Small series feel very good, now share to everyone, also for everyone to make a reference. Let's take a look at it with a little knitting. As shown below: #!/bin/bashphp_gz_file= '/home/php/downloads/source/php-7.0.0.tar.bz2 ' tar_dir= '/home/php/Downloads/dst/' Source_ Dir= ' php-7.0.0 ' cd $tar

Shell script to install Zabbix agent automatically

#!/bin/bash#install the Zabbix Agent#Create by ShiyongID Zabbix >/dev/null | | Useradd-s/sbin/nologin ZabbixMkdir/etc/zabbix/var/log/zabbixChown zabbix.zabbix/var/log/zabbix/Tar zxf zabbix-2.0.12.tar.gz-c/usr/src/cd/usr/src/zabbix-2.0.12/./configure--prefix=/usr/local/zabbix/--sysconfdir=/etc/zabbix/--enable-agent >/dev/null make >/dev/null make install >/dev/nullCP misc/init.d/fedora/core/zabbix_agentd/e

Zabbix 2.4 Install script under the OS of Ubuntu

#!/bin/bashecho "-----------------------start install Zabbix----------------------"wget Http://repo.zabbix.com/zabbix/2.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_2.4-1+trusty_all.debDpkg-i Zabbix-release_2.4-1+trusty_all.debApt-get UpdateApt-get--missingApt-get Install Zabbix-server-mysql zabbix-frontend-phpIf [$?-ne 0];thenecho "Install failed, please c

MySQL install script under the OS of Ubuntu

!"Exit 1Fi Make install Chown-r Mysql:mysql/usr/local/mysqlChown-r mysql.mysql/data/mysql/dbdata/ CP./SUPPORT-FILES/MY-DEFAULT.CNF/ETC/MY.CNFCP./support-files/mysql.server/etc/init.d/mysqldchmod 755/etc/init.d/mysqld Ln–s/usr/local/mysql/bin/mysql/usr/binLn–s/usr/local/mysql/bin/mysqladmin/usr/bin echo "Init mysql,please wait-----------------"/usr/local/mysql/scripts/mysql_install_db--basedir=/usr/local/mysql--datadir=/usr/local/mysql/data-- Skip-name

Install Oracle10gRAC with 64-bit RedHat4.8 _ in VMware -- simple script

Install Oracle10gRAC in the RedHat4.8 _ 64-bit VMware -- simple script 1. Preparation 1. system information [root @ r4r4o10n1 ~] # Uname-aLinuxr4r4o10n12.6.9-89.EL #1MonApr2010: 22: 29EDT2009x86_64x86_64x86_64GNU/LinuxVM: vmwareworkstat Install Oracle 10g RAC with 64-bit redhat4.8_64 under VMware-simple script I. Prepa

Ubuntu install compile OpenCV one-click Script (with FFmpeg)

1. Switch to the user folderCD ~2. Create a new file. Name the opencv.sh script for example the following:Version= "$ (wget-q-o-http://sourceforge.net/projects/opencvlibrary/files/opencv-unix | egrep-m1-o ' \" [0-9] (\.[ 0-9]) + ' | cut-c2-) "echo" Installing OpenCV "$versionmkdir opencvcd opencvecho" Removing any pre-installed ffmpeg and x264 "sudo apt-get install unzipsudo apt-get

[Hadoop] stand-alone attempt to install and test Hadoop2.7.1 (annotated script included)

It's quite smooth, the comments in the code are written in more detail. Attached script, interested friends can try. Note the changes to the environment variable names that are added in BASHRC, or the main class cannot be found.1# # #ubuntu14.04LTS2 3## MakeHadoop Account4 sudoAddGroup Hadoop # Makea group named Hadoop5 sudoAddUser-ingroup Hadoop Hadoop #add an user named Hadoop6 sudo VI/etc/sudoers #add Hadoop into Sudoers (hadoop=root)7 8 # #change

Shell script Execution mvn clean install error--missingprojectexception

ll script Execution mvn clean install errorDecember 12 Beijing OSC Source--------year-end celebration of open source technology»[INFO] Scanning for projects ...[INFO]------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO]------------------------------------------------------------------------[INFO] Total time:0.324s[INFO] Finished at:tue June 11:02:07 CST 2013[INFO

PURE-FTPD Write an auto-install script shell

After running the script, enter Yes to install automatically#!/bin/bashport= ' Netstat-lnp|grep:21|wc-l ' Check_ok () { if[$?-eq0];thenecho "Checkok" elseecho "checkerror" exit fi}read-p "autoinstallftpinput ' yes ' installon: "yesif[yes==" $yes " -a $port ==0];then# Gets the current IP address, the default first IP address ip= ' ifconfig|awk-f[:a-z ""]+ ' nr==2{print$2} ' lftp= "Yuminstall-ylftp" user=f

Install MongoDB with a single click of batch Script

Download MongoDB installation files, unzip to D:\MongoDB; To run the script: @echo off SetMongobin=d:\MongoDB::Create a Data,log folder under the MongoDB folderMD%mongobin%\DataMD%mongobin%\LogCD%mongobin%\Binmongod--repair--dbpath"%mongobin%\data\db"Mongod--install--servicename"Mongodbmaster"-servicedisplayname "MONGODBR"--dbpath "%mongobin%\data\db"--logpath "%mongobin%\data\log\ MongoDB.log "--

Automatically install the ProFTPd service script in Linux

Because the FTP service is required, I wrote an automatic installation script for Shell usage by the way. Now I share the script to make it easier for you. #! /Bin/shwget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.5rc3.tar.gztar zxvf proftpd-1.3.5rc3.tar.gzcd proftpd-1.3.5rc3. /configure -- prefix =/usr/local/ProFTPD -- sysconfdir =/etcmakemake install

Compile and install php-fpm restart script

Tag: phpfpm restart PHP script #!/bin/bashpid= "/opt/php7/var/run/php-fpm.pid" ini= "/opt/php7/etc/php.ini" conf= "/opt/php7/etc/php-fpm.conf" if [-f/opt/php7/var/run/php-fpm.pid];thenecho "Pidexists" fiif[-f /opt/php7/etc/php.ini];thenecho "Inifileexists" FIIFNBSP;[NBSP;-FNBSP;/OPT/PHP7 /etc/php-fpm.conf];thenecho "Php-fpmconfigurefileexists" fiecho$1case$ 1instart) if[-f $pid ];thenecho "Process alreadyexists. " else/opt/php7/sbin/php-fpm-c $ini -y

Total Pages: 7 1 .... 3 4 5 6 7 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.