mirror of https://github.com/pixelfed/pixelfed
Add a start script and automatically migrate the db
parent
eddeb5e788
commit
b412616c28
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p storage/framework/{cache,sessions,views,logs}
|
||||
php artisan migrate
|
||||
|
||||
exec apache2-foreground
|
Loading…
Reference in New Issue