mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
9 lines
183 B
Bash
Executable file
9 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
|