Skip to content

Commit

Permalink
fecmall 界面安装步骤优化
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Jun 10, 2020
1 parent 3875d34 commit a494c12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function actionMigrate()
return $this->render('migratesuccess', [
'successInfo' => $successInfo,
'nextUrl' => Yii::$app->homeUrl . '/database/config/addtestdata',
'skipUrl' => Yii::$app->homeUrl . '/database/config/complete',
'skipUrl' => Yii::$app->homeUrl . '/database/config/initdomain',
]);
} else {
$errors = 'migrate 失败,你可以在logs文件中查看具体原因(@appfront/config/main.php中log组件,对应的logFile配置,查看该log文件,如果没有可以手动创建该log文件,清空数据库,重新执行该操作)';
Expand Down
2 changes: 1 addition & 1 deletion app/appinstall/modules/Database/views/config/complete.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<?php echo CRequest::getCsrfInputHtml(); ?>
<p style="font-size:16px;line-height:25px;"><b>您还需要进行如下的步骤:</b></p>

<p style="font-size:16px;line-height:25px;">设置安全权限(window不需要执行),Fecmall安装根目录执行命令行:<code>chmod 644 common/config/main-local.php</code></p>
<p style="font-size:16px;line-height:25px;">设置安全权限(window不需要执行),Fecmall安装<code>根目录下</code>执行命令行:<code>chmod 644 common/config/main-local.php</code></p>


<p style="font-size:16px;line-height:25px;">对于本地环境无所谓,但是线上环境为了安全,请必须设置数据库配置文件644</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
<input type="password" class="form-control" required value="<?= $editForm['password'] ?>"
name="editForm[password]" placeholder="超级账户密码">
</div>
<button type="submit" class="btn btn-default">提交</button>
<button type="submit" class="btn btn-default">下一步</button>
</form>
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
</div>
-->

<button type="submit" class="btn btn-default">提交</button>
<button type="submit" class="btn btn-default">下一步</button>
</form>

0 comments on commit a494c12

Please sign in to comment.