如何在heroku服务器上创建符号链接?
我的 Rails 应用程序位于 heroku 服务器上。 我需要为公用文件夹创建符号链接。
如何在heroku服务器上创建符号链接?
谢谢!
My rails app is on heroku server.
I need to create symlink for public folder.
How to create symlink on heroku server?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用临时文件系统来执行此操作,但前提是您使用 Cedar 堆栈(在撰写本文时目前处于测试阶段)。有关 Heroku 堆栈的更多信息: http://devcenter.heroku.com/articles/stack
只是简单像平常一样创建一个符号链接 - 但您也应该期望它在启动时不存在。
You can do this using the Ephemeral Filesystem, but only if you're using the Cedar stack (currently in beta at the time of this writing). More info on Heroku's stacks: http://devcenter.heroku.com/articles/stack
Just simply make a symlink like you normally would -- but you should also expect it to not exist at boot time.