Essential steps to configure your Aikeedo installation for optimal performance and functionality.
www-data
(for servers running Apache or Nginx), but it may differ depending on your server setup (for example, apache
, nginx
, or another user). Running the cron job as the correct user ensures that file permissions and environment variables are consistent with your web server, preventing potential permission issues.
www-data
.www-data
with your web server user if different:
/path/to/app/root/
with the actual path to your Aikeedo application’s root directory.
apache
or nginx
), substitute www-data
with the appropriate username in the sudo crontab -u USERNAME -e
command.root
or another user, this is not recommended. If the cron job runs as a different user than your web server (for example, as root
), the application may create new files in the app cache with incorrect ownership. This can cause issues when you try to clear the cache from the Aikeedo admin panel (Status page).
www-data
) by running:
/path/to/app/root
with the actual path to your Aikeedo application’s root directory.
After fixing the permissions, ensure the cron job is running as the correct user to prevent this issue from recurring.
www-data
, apache
, or nginx
). This ensures proper file permissions and smooth operation of your Aikeedo installation./usr/bin/php
) is correct for your server.