Store Patreon plugin inside the repository

This removes the need to initialize a (broken) submodule URL
to get a local copy of the website running.

The plugin was cloned from https://github.com/pcvonz/oc-patreongoalstatus-plugin
(commit 5d685ddc9bbb522d668f7906185f24b1319da3b3).
This commit is contained in:
Hugo Locurcio
2020-06-11 10:36:38 +02:00
parent a9885dccd4
commit 852f382aca
30 changed files with 612 additions and 2 deletions

View File

@@ -45,11 +45,11 @@ You can use the standard `docker exec -it godotengine-org--[php|mariadb] [comman
### Setting up the theme
- Log into the October backend and change the frontend theme from the Settings tab.
- You may need to install the [October Patreon](https://github.com/pcvonz/oc-patreongoalstatus-plugin) plugin.
- While examining the frontpage, you'll notice that nothing is styled; this is
because we need to compile the CSS from our SCSS. Make sure you have Node.js
installed.
- Change directory into `themes/godotengine` then run `yarn install && yarn build`.
- Change directory into `plugins/paulvonzimmerman/patreon` then run `composer install`.
- You should now have approximately what's in production. The only missing
pieces are everything that's stored in the production database
(devblog entries and featured games).