在localhost上设置GitHub项目

时间:2015-03-22 19:17:00

标签: apache github

我是github的新手。

我想在本地计算机上设置https://github.com/Alanaktion/phproject项目。

我正在使用xampp。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

您可以按下"下载邮编"下载项目的副本。 Github页面上的按钮。之后,您应该将文件解压缩到Xampp的根目录中。根据您的操作系统,目录位于以下位置:

Windows上的

XAMPP:C:/ xampp / htdocs /

Linux上的XAMPP:/ opt / lampp / htdocs /

Mac OS X上的XAMPP:/ Applications / XAMPP / htdocs /

在浏览器中打开页面,并填写数据库连接详细信息。有关详细要求和安装说明,请访问phproject.org。

希望这有帮助