kopia lustrzana https://github.com/pixelfed/pixelfed
7 wiersze
111 B
Bash
7 wiersze
111 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
mkdir -p storage/framework/{cache,sessions,views,logs}
|
||
|
|
php artisan migrate
|
||
|
|
|
||
|
|
exec apache2-foreground
|