🦁
Angama
  • Introduction
  • WordPress
    • Overview
  • Administration
    • Server
      • Structure
      • Dev environment
    • CND (CloudFlare)
  • About
    • Naming agreement
    • Git
    • Continuous Integration
    • Launch notes
    • Transfer website
    • List of new pages
    • List of old pages with new blocks
  • User Tutorials
  • Systems
    • TourPlan
    • HubSpot
    • MS Frabic
Powered by GitBook
On this page

Was this helpful?

  1. About

Transfer website

Like an ordinary wordpress multisite, use .htaccess.sample and .wp-config.sample.php as samples to get right configs.

Default wp cron is disabled (because there is a custom plugin for webp image converting, that requires regular calls), so

  1. install wp-cli

  2. add a line to a system cron:

* * * * * {/pathToWpRoot/tools/cron.sh} > /dev/null

These steps are necessary, because for the multisite the ordinary call, like php wp-cron.php won't work.

PreviousLaunch notesNextList of new pages

Last updated 3 years ago

Was this helpful?