mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
make /tmp writeable in the Vagrant VM
This commit is contained in:
parent
9fc0e02bf9
commit
0efbbe18bf
1 changed files with 3 additions and 2 deletions
|
@ -92,5 +92,6 @@ echo "*/10 * * * * cd /vagrant; /usr/bin/php scripts/worker.php" >> friendicacro
|
|||
sudo crontab friendicacron
|
||||
sudo rm friendicacron
|
||||
|
||||
#Optional: checkout addon repositroy
|
||||
#sudo git clone https://github.com/friendica/friendica-addons.git /vagrant/addon
|
||||
# friendica needs write access to /tmp
|
||||
sudo chmod 777 /tmp
|
||||
|
||||
|
|
Loading…
Reference in a new issue