0

我是 EPiServer 的新手,我有一个需要安装在我的机器上的站点。由于 v6 不支持 MVC 模式,我将在 Webforms 中开发此站点。我拥有项目和数据库中的所有文件,但是当我启动部署中心时,我唯一的选择是安装一个新站点。如何安装现有的?该站点正在使用 Composer 模板。我已经下载并安装了正确版本的 Composer,但我怀疑我必须在我想通过部署中心安装的站点上对其进行配置。

我不知道如何做到这一点,我找不到我在网上寻找的信息..

谢谢

4

1 回答 1

0

You typically use EPiServer's Deployment Center to create new EPiServer websites, to upgrade existing EPiServer websites that are already running on the machine, or to install EPiServer modules onto existing websites.

To deploy an existing EPiServer website to an new environment, where you have the project files and a backup of the database, you do everything outside of Deployment Center:

  • Create a new web site in IIS, pointing to the project files on the web server's file system
  • Restore the database (if needed) to a SQL Server instance, and update your connectionStrings.config
  • Run through all of your configs to ensure you have the proper paths for your web server (for things like the VPP)
  • Any other steps to get the site working (such as configuring the hosts file or adding a license file to the webroot)

If you have more questions on EPiServer, you can post messages to the forum at world.episerver.com. You might get a quicker response there compared to StackOverflow.

于 2014-09-10T16:00:22.960 回答