mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Replace 'bin/worker.php' calls and help
This commit is contained in:
parent
7b952e3c94
commit
c79f0c83a7
6 changed files with 13 additions and 13 deletions
|
@ -129,7 +129,7 @@ bin/console user password "$USER_NICK" "$USER_PASSW"
|
|||
# create cronjob - activate if you have enough memory in you dev VM
|
||||
# cronjob runs as www-data user
|
||||
echo ">>> Installing cronjob"
|
||||
echo "*/10 * * * * www-data cd /vagrant; /usr/bin/php bin/worker.php" >> /etc/cron.d/friendica
|
||||
echo "*/10 * * * * www-data cd /vagrant; /usr/bin/php bin/console.php worker" >> /etc/cron.d/friendica
|
||||
|
||||
# friendica needs write access to /tmp
|
||||
chmod 777 /tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue