1. 1.   安装wget

[root@localhost ~]# yum -y install wget

  1. 2.   oneinstack官网配置安装环境

wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 1 --apache_option 1 --php_option 5 --phpcache_option 1 --php_extensions redis --phpmyadmin  --tomcat_option 2 --jdk_option 2 --db_option 2 --dbinstallmethod 1 --dbrootpwd 123456 --pureftpd  --redis  --memcached  --iptables  --ssh_port 22 –reboot

最终效果(此配置环境用时约2小时):

####################Congratulations########################
Total OneinStack Install Time: 38 minutes

Nginx install dir:              /usr/local/nginx

Apache install dir:             /usr/local/apache

Tomcat install dir:             /usr/local/tomcat

Database install dir:           /usr/local/mysql
Database data dir:              /data/mysql
Database user:                  root
Database password:              123456

PHP install dir:                /usr/local/php
Opcache Control Panel URL:      http://10.0.43.100/ocp.php

Pure-FTPd install dir:          /usr/local/pureftpd
Create FTP virtual script:      ./pureftpd_vhost.sh

phpMyAdmin dir:                 /data/wwwroot/default/phpMyAdmin
phpMyAdmin Control Panel URL:   http://10.0.43.100/phpMyAdmin

redis install dir:              /usr/local/redis

memcached install dir:          /usr/local/memcached

Index URL:                      http://10.0.43.100/
Connection closing...Socket close.

Connection closed by foreign host.

Disconnected from remote host(虚拟机) at 17:11:21.

Type `help' to learn how to use Xshell prompt.

最新文章

  1. [转] 如何设置Eclipse的上网代理
  2. JS实现有点炫的图片展示效果-图片解体和组合
  3. WampServe修改默认网站目录的方法(转)
  4. [内核同步]Linux内核同步机制之completion
  5. UVA 12373 Pair of Touching Circles
  6. hadoop之eclipse环境的配置
  7. Maven仓库详解
  8. Java课程设计-随机密码生成器
  9. 【OpenCV-Python:实现人脸、人眼、嘴巴识别】实战(一)
  10. java中的“空格”用trim()无法去除?原来是这样!
  11. Android Studio Termanal打不开,提示java.io.IOEXception:couldn't create PTY
  12. MySQL数据库(四)多表查询
  13. python笔记---数据基础类型
  14. tkinter内嵌Matplotlib系列(二)之函数曲线绘制
  15. 【JVM】Class结构之常量池
  16. 2、Arx二次开发创建第一个应用程序
  17. SRM 619
  18. 《Spring1之第八次站立会议》
  19. substring()方法到底做了什么?不同版本的JDK中是否有区别?为什么?
  20. juery中循环遍历json数组

热门文章

  1. 扫描 + 注解完成bean的自动配置
  2. Spring中单例模式中的饿汉和懒汉以及Spring中的多例模式
  3. disabled_button 按钮按不下去
  4. 状态压缩dp相关
  5. P1079Vigenère密码
  6. CVE-2016-8655,af_packet Linux 內核通殺提權漏洞淺析
  7. 高性能迷你React框架anujs1.1.3发布
  8. 一条简单的 SQL 查询语句到底经历了什么?
  9. go & log
  10. java中的数据类型,基本数据类型及其包装类型