# lnmp
自己定制的环境安装脚本
测试通过的环境 centos6.9, centos7未测试,可能会有些问题
> 安装方法
```bash
yum install -y screen
screen -S lnmp
chmod +x install.sh
./install.sh
# 查看screen列表
screen -ls
# 这里有screen的id
# 恢复screen
screen -r [screen_id]
# 退出screen
exit
```
> 主要安装的软件
```
nginx1.12.1
mysql5.5.56
php5.4.22
php5.5.38
php5.6.31
php7.0.23
php_redis扩展
php_memcached扩展
swoole扩展
redis3.2.6
```
> 说明
php, nginx, mysql服务均默认启动
适用于本地测试,不适用于生产环境,参数没有经过调优
同时运行多个版本的php, 不同版本监听不同的端口
php5.4 9000端口
php5.5 9001端口
php5.6 9002端口
php7.0 9003端口
> php服务命令
```
service php-fpm54 {start|stop|force-quit|restart|reload|status}
service php-fpm55 {start|stop|force-quit|restart|reload|status}
service php-fpm56 {start|stop|force-quit|restart|reload|status}
service php-fpm70 {start|stop|force-quit|restart|reload|status}
```
> nginx服务命令
```
service nginx {start|stop|status|restart|condrestart|try-restart|reload|force-reload|configtest}
```
> mysql服务命令
```
service mysql {start|stop|restart|reload|force-reload|status}
```
---
### vim配置使用说明
```
<F2> 去除末尾所有的空格
<F3> 退出所有
<F4> 保存
<F5> 打开Nerd Tree插件
<F6> 打开Tagbar插件
<F7> 跳转到下一个窗口
<F8> 跳转到下一个tab页
<Leader>代表; (分号), 可自行设置
以下为详细快捷键映射
nnoremap <Leader>q :q<cr>
nnoremap <Leader>w :w<cr>
nnoremap <Leader>l :set list<cr>
nnoremap <Leader>nl :set nolist<cr>
" <Tab>
nnoremap <Leader>tn :tabnew<cr>
nnoremap <Leader>tc :tabc<cr> " close tab
nnoremap <Leader>to :tabo<cr> " close other tab
nnoremap <Leader>ts :tabs<cr> " tab list
nnoremap <Leader>tf :tabfirst<cr> " move to first tab
nnoremap <Leader>tn :tabn<cr> " move to next tab
nnoremap <Leader>tp :tabp<cr> " move to previous tab
nnoremap <Leader>tl :tablast<cr> " move to last tab
nnoremap <F8> :tabn<cr>
" Windows
nnoremap <Leader>sp :sp<cr>
nnoremap <Leader>vsp :vsp<cr>
nnoremap <Leader>wl <C-W>l<cr> " right
nnoremap <Leader>wh <C-W>h<cr> " left
nnoremap <Leader>wk <C-W>k<cr> " up
nnoremap <Leader>wj <C-W>j<cr> " down
nnoremap <Leader>wn <C-W><C-W><cr> " next window
nnoremap <F7> <C-W><C-W><cr>
"
" Buffers
" 设置<F2>快捷键去除尾部空格
nnoremap <F2> :%s/\s\+$//g<cr>
" 设置<F3>快捷键退出
nnoremap <F3> :qa<cr>
" 设置<F4>快捷键保存
nnoremap <F4> :w<cr>
Ctrl + p 打开文件搜索
```
---
此脚本根据以前的写的一些安装文档整理而成,参考了一下lnmp
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
快速配置可以同时运行多个版本的PHP(PHP5.4、PHP5.5、PHP5.6、PHP7)的环境脚本.0),安装nginx, mysql, redis等,可快速配置vim_lnmp.zip (27个子文件)
快速配置环境脚本,可同时运行多个版本的php(php5.4 php5.5 php5.6 php7.0),安装nginx, mysql, redis等,可快速配置vim_lnmp
项目内附说明
如果解压失败请用ara软件解压.txt 42B
lnmp-master
install
include
mysql.sh 2KB
php.sh 15KB
memcached.sh 55B
node.sh 45B
apache.sh 49B
nginx.sh 4KB
redis.sh 876B
test.sh 158B
sphinx.sh 49B
vim.sh 6KB
go.sh 41B
function.sh 1KB
init.d
nginx 3KB
def.conf 2KB
install.sh 875B
conf
pathinfo.conf 156B
enable-php5.5.conf 200B
my.cnf 5KB
enable-php5.4.conf 200B
enable-php-pathinfo.conf 209B
enable-php.conf 200B
enable-php7.0.conf 200B
enable-php5.6.conf 200B
nginx.conf 2KB
.gitignore 119B
README.md 3KB
共 27 条
- 1
资源评论
2401_87496566
- 粉丝: 1080
- 资源: 5282
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功