Update postgresus-install.sh
This commit is contained in:
parent
d63293ef11
commit
179142fd5c
@ -26,12 +26,16 @@ NODE_VERSION="24" setup_nodejs
|
|||||||
fetch_and_deploy_gh_release "postgresus" "RostislavDugin/postgresus" "tarball" "latest" "/opt/postgresus"
|
fetch_and_deploy_gh_release "postgresus" "RostislavDugin/postgresus" "tarball" "latest" "/opt/postgresus"
|
||||||
|
|
||||||
msg_info "Building Postgresus (Patience)"
|
msg_info "Building Postgresus (Patience)"
|
||||||
|
# Build frontend
|
||||||
cd /opt/postgresus/frontend
|
cd /opt/postgresus/frontend
|
||||||
$STD npm ci
|
$STD npm ci
|
||||||
$STD npm run build
|
$STD npm run build
|
||||||
|
|
||||||
|
# Build backend
|
||||||
cd /opt/postgresus/backend
|
cd /opt/postgresus/backend
|
||||||
|
$STD go mod tidy
|
||||||
$STD go mod download
|
$STD go mod download
|
||||||
$STD go build -o /opt/postgresus/postgresus ./cmd/main.go
|
$STD CGO_ENABLED=0 go build -o /opt/postgresus/postgresus ./cmd/main.go
|
||||||
mkdir -p /opt/postgresus/{data,backups,logs}
|
mkdir -p /opt/postgresus/{data,backups,logs}
|
||||||
cp -r /opt/postgresus/frontend/dist /opt/postgresus/ui
|
cp -r /opt/postgresus/frontend/dist /opt/postgresus/ui
|
||||||
cp -r /opt/postgresus/backend/migrations /opt/postgresus/
|
cp -r /opt/postgresus/backend/migrations /opt/postgresus/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user