zoukankan      html  css  js  c++  java
  • 使用DotNetNuke(DNN) Startkit 4.7(及以上版本)安装无法完成问题的解决方法

    最近决定使用DNN Startkit 做些开发,却发现下载DNN 4.8.2 Startkit安装后,生成的网站总是无法完成安装,一到数据库安装那里就停下来,只有进度条滚动,不执行安装的Script。
    如图:
    在数据库安装是停止不前

    几经周折,最终发现自己犯了了一个很愚蠢的错误-没有仔细阅读说明。原来Startkit生成网站的安装在开始时要选择“Auto"安装类型才可以。再一次引用Startkit生成网站后给出的帮助提示:

    Quick Installation

    In order to make your experience with DotNetNuke as productive as possible, we have optimized the number of installation steps required for web developers.

    As long as you selected the default options for creating a web project in Visual Studio 2005 ( selected "File System" as the Location: for your website ) and want to use the default SQL Server 2005 Express database included with the application, you simpy need to press Ctrl-F5 (ie. hold the Ctrl key down while clicking on the F5 function key) in order to complete your installation. The application may take a few minutes to build and you may find it useful to monitor the build progress output ( select View / Output or CTRL-ALT-O within Visual Studio 2005 ). When your web browser loads the initial Installation screen, you must choose the Auto Installation option to successfully complete the process.

    安装是应这样选择:


    那是那句话:遇到问题,先查阅文档。更何况是这么近在眼前的文档。
  • 相关阅读:
    centos7安装pcntl扩展
    MySQL_数据库命名规范及约定
    tp5命名规范
    PHP易混淆函数的区别及用法汇总(函数和方法的区别)
    Mysql密码安全策略修改
    linux mysql 允许进行远程连接 比如 navicat
    解决 docker run 报错 oci runtime error
    如何删除Git中缓存的用户名和密码
    PHP heredoc 用法
    python日志模块
  • 原文地址:https://www.cnblogs.com/DotNetNuke/p/1126219.html
Copyright © 2011-2022 走看看