首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在安装过程中启用Magento中的符号链接?

在安装过程中启用Magento中的符号链接?
EN

Stack Overflow用户
提问于 2015-04-20 23:09:21
回答 1查看 176关注 0票数 0

是否有一种方法可以在我的Vagrant设置期间启用符号链接,或者直接修改我的数据库以允许在流浪者ssh之前使用符号链接?

我试图自动化的过程是:

代码语言:javascript
复制
If using template files in a modman module, you must enable "Allow Symlinks" (found under System > Configuration > Advanced > Developer)

一个更好的问题可能是,是否存储了Allow Symlinks值?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-04-20 23:35:40

这行得通

代码语言:javascript
复制
# Turn on rewrites
# --------------------
curl -sSL https://gist.githubusercontent.com/ehime/0dbe79875035d6235720/raw/9f91ed165b2e5a09797cd661c4a0f68b84581ff3/update-core-config.php -o shell/update-core-config.php
/usr/bin/php -f shell/update-core-config.php
/usr/bin/php -f shell/indexer.php reindexall
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/29760016

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档