mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
9 lines
178 B
Bash
9 lines
178 B
Bash
#!/bin/bash
|
|
envsubst < /var/www/uguu/_dist.json > /var/www/uguu/dist.json
|
|
cd /var/www/uguu/
|
|
make
|
|
make install
|
|
service php8.0-fpm start
|
|
service cron start
|
|
nginx -g 'daemon off;'
|