Add script for starting dev server with SQLite.
This commit is contained in:
parent
72b3a1f535
commit
1f13604613
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.sqlite
|
3
dev.sh
Executable file
3
dev.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
which -s sqlite3 && test \! -e pvv.sqlite && sqlite3 pvv.sqlite < pvv.sql
|
||||
php -S [::]:1080 -t www/
|
Loading…
Reference in New Issue
Block a user