BIJ1 Wordpress Installer
Go to file
Jelle Hermsen c8725d1fed Re-add ACF Pro to installer 2023-02-05 11:20:31 +01:00
README.md Add setps for setting up Ajax Load More to README 2022-01-20 13:53:28 +01:00
acf.zip Re-add ACF Pro to installer 2023-02-05 11:20:31 +01:00
cleanup.sh Switch smtp plugin, automatically create menus 2021-12-03 09:54:48 +01:00
install.sh Re-add ACF Pro to installer 2023-02-05 11:20:31 +01:00

README.md

BIJ1 Wordpress Installer

This script automates installing Wordpress with all specific BIJ1 plugins, template and Advanced Custom Fields settings.

Steps:

  • First you have to setup a database.

  • Start the installer by running ./install.sh in your web folder.

  • Note down the bij1admin password that's generated during installation.

  • Tweak the BIJ1 specific settings in wp-config.php.

  • configure Polylang: /wp-admin/admin.php?page=mlang_wizard

  • setup smtp-settings: /wp-admin/options-general.php?page=swpsmtp_settings

  • setup proper site title and slogan: /wp-admin/options-general.php

  • link menu's: /wp-admin/nav-menus.php

  • add nieuws page with nieuws items content block

  • setup permalinks: /wp-admin/options-permalink.php Use "Berichtnaam" as permalink configuration

  • add a home page and set it up to be used as such: /wp-admin/options-reading.php

  • setup Ajax Load More plugin /wp-admin/admin.php?page=ajax-load-more#alm-section-1

    • Select "div" as Container type
    • Select I want to use my own styles

If you use this primarily for testing you can run ./cleanup.sh to remove the Wordpress install (you'll have to wipe the db manually).