Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup generic nginx images #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

labbati
Copy link
Member

@labbati labbati commented Oct 31, 2019

The end goal of this PR is to provide a way to just extract any
framework sample app to a specific location to have it already up and
running.

Right now I just started with php 7.3, but we can eventually add each PHP version we like.

You can extract any application into the /apps/my-app/ and you will be able to reach via

  • http://localhost:5678/73/my-app/
  • http://localhost:5678/<PHP VERSION>/my-app/ (soon)

The end goal of this PR is to provide a way to just extract any
framework sample app to a specific location to have it already up and
running.
@labbati labbati requested a review from SammyK October 31, 2019 13:15
@labbati labbati added the php label Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant