10 lines
No EOL
138 B
Bash
Executable file
10 lines
No EOL
138 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
# install php dependencies
|
|
composer install
|
|
|
|
# copy backend
|
|
cp -rv src/{backend.php,config.sample.php} dist/
|
|
|
|
|
|
echo "done" |