Domanda

Let's say we have a laravel app that is deployed from a github repository.

What I can't seem to find any documentation for is where the applications source code is deployed to on the filesystem?

We are using PHP5.5 features in our code so our PHP App Server is a custom layer based off an AMI.

I need to setup an apache vhost that points to the application, but I can't do this if I don't know where it get's deployed to!

È stato utile?

Soluzione

it's usually under the user /srv/www/#{application_shortname}

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top