mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-27 02:06:52 +00:00
9 lines
179 B
Bash
Executable file
9 lines
179 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp -r storage.skel/* storage/
|
|
chown -R www-data:www-data storage/
|
|
php artisan migrate --force
|
|
php artisan storage:link
|
|
|
|
php artisan horizon &
|
|
exec apache2-foreground
|