安装集体访问

我是非常新的安装任何types的服务器程序和一般运行任何开源types的软件。

我正在运行Windows Server 2008R2。 我想要安装集体访问只能在本地在我的Intranet上运行。 所以我的主机是本地主机。 我成功安装了PHP和MYSQL。 我在这个目录下安装了CA:/ inetpub / wwwroot / collectiveaccess。

  1. 我不想通过集体访问发送邮件。 它会安装没有所有的电子邮件信息? 我可以在全局configuration和setup.php文件中注释这些要求吗?

  2. 我得到这个错误:

    Configuration file is missing for hostname 'localhost' this is what I have in the set up file: define("__CA_WEB_ROOT_DIR__", "c:inetpub/wwwroot"); define("__CA_URL_ROOT__", "/collectiveaccess"); define("__CA_SITE_HOSTNAME__", "localhost"); define("__CA_DB_HOST__", 'localhost'); 

简单的编码错误.. c:inetpub / wwwroot ….缺less反斜杠/应该是c:/ inetpub / wwwroot