-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use php72 for RA and MW #107
base: main
Are you sure you want to change the base?
Conversation
pablothedude
commented
Jun 5, 2020
•
edited
Loading
edited
- Shell scripts see
- New nodejs version (Centos uses a very old version as default)
- Old php removal (This seems not to work correctly when upgrading from PHP5)
- Old default app removal see
89f2a59
to
95cbc5c
Compare
0065745
to
c6e741f
Compare
4855527
to
3b4c99c
Compare
Hi @phavekes I've added the changes needed to upgrade MW and RA in this PR. I think it will need some TLC before merging back. But this will be needed to fix the changed paths and config to be able to do the upgradew. I've added a couple of tasks in the description of this PR which I think also needs to be addressed. I've tested it with my develop box to verify my changes but I didn't test it by building it from scratch. I think we should discuss how to go further from here. |
This is needed in order to use an empty user and password while not defaulting to 'NULL'.
When deploying from tar this isn't needed because the assets should already be inside the tar file.
91e55b2
to
dda0d73
Compare
b260d4b
to
b0fc3d1
Compare
This is done only for development so the integration could be tested. The production GSSP's need to be internet facing to do validation, this prevents automatic testing. So in order to have some decent integration tests this is needed.