openulmus / openulmus.org

Openulmus.org - an open collective sustained project for the public production and sharing of knowledge
MIT License
6 stars 2 forks source link

GravCMS grade to v1.3.10. #52

Closed cleverington closed 6 years ago

cleverington commented 6 years ago

@mmilutinovic1313

Test it on the Server using the following steps.

If it passes, go ahead and merge it. If not, we'll need to debug the server-side trouble. (Can confirm the changes are solid locally. I foresee no issues, but better safe than sorry.)

If you haven't updated the remote to point towards the new location, remember to update via the following command:

git remote set-url origin git@github.com:openulmus/openulmus.org.git

Testing

(On Server / Local)

git fetch origin 51-gravcms-upgrade
git checkout 51-gravcms-upgrade
bin/grav clear-cache

Refresh browser to confirm if all changes are successful.

If pass

Merge here, then use the following command on Server while still on branch 51-gravcms-upgrade: git checkout master && git pull origin master

cleverington commented 6 years ago

Sorry for odd tweaks. Had to rebase to complete testing properly.