Skip to content

movoin/centos-php-devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

环境说明

  • 操作系统: CentOS 6.5 X86_64
  • YUM 源: 163, EPEL

LNMP 环境

  • Nginx 1.5.8 ( /usr/local/nginx )
  • MySQL 5.5.35 ( /usr/local/mysql )
  • PHP 5.5.7 ( /usr/local/php )

管理服务

# Nginx
service nginx start|reload|restart

# MySQL
service mysqld start|reload|restart

# PHP-FPM
service php-fpm start|reload|restart

PHP 扩展 (待完成)

  • pthreads 0.0.45
  • xdebug 2.2.3

工具环境

  • strace
  • tree

源文件

About

vagrant lnmp via puppet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages