是否有一种方法可以在我的Vagrant设置期间启用符号链接,或者直接修改我的数据库以允许在流浪者ssh之前使用符号链接?
我试图自动化的过程是:
If using template files in a modman module, you must enable "Allow Symlinks" (found under System > Configuration > Advanced > Developer)一个更好的问题可能是,是否存储了Allow Symlinks值?
发布于 2015-04-20 23:35:40
这行得通
# 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 reindexallhttps://stackoverflow.com/questions/29760016
复制相似问题