Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Many features require cron to work. Please configure 2 following crons running every minute. You can get the cron command in AdminCP > Settings > Schedule page


Cron for Schedule runs every minute

Code Block
php path_to_webroot/artisan schedule:run > /dev/null 2>&1

Cron for Queue runs every 5 minutes

Code Block
php path_to_webroot/artisan queue:work --max-time=60300 > /dev/null 2>&1

The MetaFox Installation is done. You can start to enjoy and go ahead to configure your MetaFox site.