mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 22:20:46 +00:00
8 lines
183 B
Bash
Executable file
8 lines
183 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p storage/app/public/avatars
|
|
mkdir -p storage/{debugbar,logs}
|
|
mkdir -p storage/framework/{cache,sessions,views,testing}
|
|
php artisan migrate
|
|
|
|
exec apache2-foreground
|