Categories
PHP

Apache+MySQL+PHP绿色集成安装包InstantRails

官方网站 http://rubyforge.org/projects/instantrails/ 是这样介绍的:
Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all pre-configured and ready to run. No installer, you simply drop it into the directory of your choice and run it. It does not modify your system environment.
InstantRails是运行在Windows环境下,包括了
Apache
PHP
MySQL/PhpMyAdmin
Ruby/Rails
无疑,InstantRails本来是用来开发ruby on rails的,不过里面也集成了php,对PHPer也是
不错的选择。
  1. 下载最新的版本的压缩包.Zip, 当前版本是 2.0。
  2. 解压 InstantRails-2.0-win.zip 到 D:/InstantRails
  3. 运行 instantrails.exe.
  4. 在下一个提示框点 yes / yes ,自动配置.
到此,Apache + PHP + MySQL / PhpMyAdmin 就启动好了,很傻瓜,非常的实用。
注意: 如果要打开 gd库支持:
  1. 在 D:/InstantRails/apache. 打开php.ini
  2. 找到这一行, extension = php_gd2.dll
  3. 删除前面的分号,把注释去掉。
  4. 重启apache ,即在右下角点红色”I”字形的 InstantRails图标,点“Restart Servers”。
Pages: Prev 1 2