在设置过程中启用 Magento 中的符号链接?
Enabling symlinks in Magento during setup process?
有没有办法在我的 Vagrant 设置期间启用符号链接,或者直接修改我的数据库以允许在 vagrant ssh 之前使用符号链接?
我试图自动化的过程是这样的:
If using template files in a modman module, you must enable "Allow Symlinks" (found under System > Configuration > Advanced > Developer)
一个更好的问题可能是,是否存储了 Allow Symlinks
值?
这个有效
# 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
有没有办法在我的 Vagrant 设置期间启用符号链接,或者直接修改我的数据库以允许在 vagrant ssh 之前使用符号链接?
我试图自动化的过程是这样的:
If using template files in a modman module, you must enable "Allow Symlinks" (found under System > Configuration > Advanced > Developer)
一个更好的问题可能是,是否存储了 Allow Symlinks
值?
这个有效
# 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