You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have an error when pushing my rails application in production environment (CentOS 6 - Apache) :
ActionView::Template::Error (Permission denied - /.phantomjs)
But phantomjs is installed on my server. And when I test with rails c command (always in production environment), screencap found phantomjs correctly.
Where can I put real path of phantomjs in my Rails application configuration, in production mode ?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I have an error when pushing my rails application in production environment (CentOS 6 - Apache) :
ActionView::Template::Error (Permission denied - /.phantomjs)
But phantomjs is installed on my server. And when I test with rails c command (always in production environment), screencap found phantomjs correctly.
Where can I put real path of phantomjs in my Rails application configuration, in production mode ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: