Вопрос

I'm trying to run an app on Amazon Elastic Beanstalk, this app is programmed in Symfony2 and is able to run in any normal server, however I want to use it in Amazon Elastic Beanstalk.

Until now I have uploaded the code using git(thanks to the tutorial: http://vincent.composieux.fr/article/deploy-a-symfony-project-on-amazon-elastic-beanstalk),

Then I also connected to the server using SSH.

But now I want to configurate the symfony2 app parameters inside parameters.yml, but I cannot find the root location of the app in the server, does anybody know where Amazon stores source code of such an web-app?

Under /var/www/html I couldn't find anything :S

Это было полезно?

Решение

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top