在OSX上使用Git HTML 5演示

时间:2011-05-07 05:14:08

标签: php macos html5

我是Web开发的新手,想在我的Mac上运行Github项目之一(https://github.com/remy/html5demos)。

我已经在我的Mac上下载了该项目,并对如何运行它感到困惑。需要Stackoverflow上所有有才能的人的帮助。

1 个答案:

答案 0 :(得分:1)

使用php的演示。不幸的是,安装在OSX上的apache(假设你在Snow Leopard上)默认没有启用php,你需要一些管理编辑才能启用它。

因此,首先将解压缩的文件夹remy_something移动到/ Library / WebServer / Documents并将其重命名为简单名称,例如“remy”。 (最终路径/ Library / WebServer / Documents / remy)

在系统偏好设置中启用网络共享

将浏览器指向http://localhost/remy/index.php

if you get an rendered page - you're done, and can start playing...
if you get an error - something is terrible ;(
if you get a page where is the 1st line <?php - you're on good way - you need enable php.

要在OSX的apache中启用php,您应该阅读例如:http://www.perfectline.ee/blog/how-to-setup-apache-and-php-on-mac-os-x-snow-leopard或您可以找到的任何其他指南。

启用php并重新启动apache(禁用/启用Web共享)后,您可以再次检查页面...