-
Notifications
You must be signed in to change notification settings - Fork 542
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
Document deployment process #624
Comments
I don't know exactly how the deployment works; I think it's rsync based, and the exact scripts are likely only available on the Web servers. While we should be able to get someone who could adjust the scripts, it might be hard in practise. As such, maybe leave it as is for now. |
As per @derickr, these are the current deployment steps for php.net:
The scripts are at https://github.com/php/systems, specifically https://github.com/php/systems/blob/master/update-everything. |
Following the merge of #408 and #604, we could switch from PSR-4 autoloader implementation taken from
php-fig/fig-standards
to usingcomposer
autoloading.In order to do so, we would need to run
or - given that we currently do not have any production dependencies - at least
Is there a chance we can document the deployment steps, or modify them in any way?
The text was updated successfully, but these errors were encountered: