Deploying symfony without shell access
Posted
by lacqui
on Stack Overflow
See other posts from Stack Overflow
or by lacqui
Published on 2010-05-20T04:03:37Z
Indexed on
2010/05/20
4:10 UTC
Read the original article
Hit count: 222
Good day,
I have an application written using the Symfony framework. The application works on my development server, where I have shell access. However, I am unable to load my application on my host, as I need to run symfony doctrine::build
on the command line on the host.
Is there another way to load the database after or during symfony project:deploy
?
© Stack Overflow or respective owner