MCCM Homepage based on Wordpress, custom theme and some plugins: http://www.mccm-feldkirch.at/
The code was maintained in SVN from 2012 to 2018 and finally transferred to Git in 2018. You can find an article about it here: https://www.codingcookie.com/local-git-svn-projects-to-github/
- docker compose up
- Copy manually:
wp-content\themes\twentyeleven
towordpress\wp-content\themes\twentyeleven
wp-content\themes\mccm
towordpress\wp-content\themes\mccm
wp-content\uploads\
towordpress\wp-content\uploads\
wp-content\plugins\
towordpress\wp-content\plugins\
- Take mysql dump from live website that includes
drop table procedure in case exists
in the dump file. - In the dump file:
- replace www.mccm-feldkirch.at with localhost:8081
- replace https with http
- Import modified dump file http://localhost:8181/
- Open website: http://localhost:8081
- Active the plugins you want to include into testing: http://localhost:8081\wp-admin