jyr / MNPP

Mac + Nginx + Percona + PHP a high performance web server in a one-click installer

Home Page:http://getmnpp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MNPP Mac + Nginx + Percona + PHP ###A high performance web server in a one-click installer.

Contributors

This project is currently maintained by the following people:

Jair Gaxiola (Core developer)
Dmitry Demenchuk
César Salazar

Pull requests authors

hmert
francescolaffi
gnuget

##Features

  • Start / stop services global
  • Open the default page MNPP
  • Set preferences - start / stop global services

##Arch

  • x86_64

Provisions

Needs a update of php, percona or nginx? Only change the software version in bootstrap.sh, example:

PERCONA_URL='http://www.percona.com/redir/downloads/Percona-Server-5.5/Percona-Server-5.5.30-30.2/source/'
PERCONA_FILE='Percona-Server-5.5.30-rel30.2'

After run

sudo sh /Applications/MNPP/provisions/bash/bootstrap.sh

##Set environment

$ sudo sh /Applications/MNPP/init/environment.sh
$ source /Users/youruser/.bash_profile

Dynamic Extensions

MNPP by default only have mcrypt and gettext enabled, but if you need more can you install it for each php version, before install autoconf.

$ brew install autoconf

Version: 52 | 53 | 54

$ /Applications/MNPP/Library/php[VERSION]/bin/pecl install apc

You should add "extension=apc.so" to php.ini

##Runs from console

All

$ sudo mnpp [Option] [Version]

Only one service

$ sudo mnpp [Service] [Option]

For php

$sudo mnpp php [Option] [Version]

Version: 52 | 53 | 54
Service: nginx | percona | php
Option: start | stop | restart

##Percona account

User is root without password the same for phpmyadmin

About

Mac + Nginx + Percona + PHP a high performance web server in a one-click installer

http://getmnpp.org


Languages

Language:C 49.3%Language:PHP 28.3%Language:Perl 8.6%Language:Shell 6.5%Language:Python 2.7%Language:Visual Basic 2.5%Language:C++ 0.8%Language:Emacs Lisp 0.8%Language:Objective-C 0.1%Language:CSS 0.1%Language:Java 0.0%Language:Awk 0.0%Language:Erlang 0.0%Language:C# 0.0%Language:Tcl 0.0%Language:Pascal 0.0%Language:Scheme 0.0%Language:XSLT 0.0%Language:JavaScript 0.0%