mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
7 lines
111 B
Bash
7 lines
111 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p storage/framework/{cache,sessions,views,logs}
|
||
|
php artisan migrate
|
||
|
|
||
|
exec apache2-foreground
|