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

Phar file distribution. #377

Open
hernandev opened this issue May 11, 2018 · 1 comment
Open

Phar file distribution. #377

hernandev opened this issue May 11, 2018 · 1 comment

Comments

@hernandev
Copy link

hernandev commented May 11, 2018

Hi, PPM is a really awesome project, but I already use custom PHP builds on Docker and the default images are not an option.

So, to help folks on the same boat as me, I've decided to bundle PPM with the Box2 project.

Here's the result:

wget https://raw.githubusercontent.com/hernandev/ppm.phar/1.0.2/dist/ppm.phar
chmod +x ppm.phar

(1.0.2 can be changed to master) for scripting the latest stable build.
then...

./ppm.phar start --some-options-here

BTW: It's zlib compresses (gz), the ppm.phar is fully operational and the download size is 844K

It already includes the httpkernel-adapter package, so, it's just download and use :)

Thanks!

P.S. Forgot to link the repository: https://github.com/hernandev/ppm.phar

@andig andig added the question label Aug 24, 2018
@acasademont
Copy link
Contributor

@hernandev is your phar still being updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants