安装centos7
Posted zergling9999
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装centos7相关的知识,希望对你有一定的参考价值。
虚拟机内存1G,硬盘50G,台式机可设置更大
选择自己分配磁盘
全部放/下
如果忘了设置swap:
root密码不要忘了设置:123456
virtualbox下添加host-only网络
访问ip:
/etc/sysconfig/network-scripts/ 下修改onboot=yes (需要吗?)
yum install git
yum install httpd
service httpd start(怎么加开机启动?)
curl http://localhost
设置开机自动运行
chkconfig httpd on
参考:
安装php7
rpm -Uvh
rpm -Uvh
yum install php70w
yum install php
service httpd restart
安装mysql5.7
rpm -ivh
yum install mysql-community-server
找不到初始密码:
yum install php70w-mysql
chkconfig mysqld on
yum install samba samba-client samba-common (台式机不需要samba)
service smb start
chkconfig smb on
别忘了关防火墙:
setenforce 0
如果要永久关闭,可以修改配置文件/etc/selinux/config,将SELINU置为disabled。
安装mongodb 3.2:
chkconfig mongod on
add --nogpgcheck if hints not signed
yum install php-pear
yum install php-devel
yum -y install gcc
yum install openssl openssl-devel
pecl channel-update
pecl install mongo
pecl install mongodb
到底是哪个?
vi /etc/php.ini
add:
extension=
extension=
service httpd restart
php display_error = On
[swoole??]
pecl install swoole
以上是关于安装centos7的主要内容,如果未能解决你的问题,请参考以下文章