Easy WEMP

README

Table of Content

Contains all needed information about Easy WEMP

Easy WEMP

Command line options

Currently, there is no command line options

Easy WEMP test

Just open http://localhost/index.php and you should see the phpinfo()

Easy WEMP configuration

Easy WEMP should work out-of-the-box.

All parameter can be modified, you'll found them in ewemp.ini This is the default full ini file :


[path]
nginx=nginx-0.7.66
php=php
mysql=mysql-noinstall-5.1.47-win32
mysqlworkbench=MySQL Workbench 5.2.22 OSS
[manage]
nginx=true
php=true
mysql=true
mysqlworkbench=true
[nginx]
exec=/nginx.exe
sites=/html
config=/conf
logs=/logs
[php]
exec=/php-cgi.exe
fastcgi-bindaddress=localhost
fastcgi-bindport=9000
[mysql]
exec=/bin/mysqld.exe
config=/my.ini
clientExec=/bin/mysql.exe
[mysqlworkbench]
exec=/MySQLWorkbench.exe
[global]
autostartdaemons=true

Created: 1 year 8 months ago
by Yann Le Moigne

Labels:
Other:Featured