We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbd370 commit 9bf2cd0Copy full SHA for 9bf2cd0
install/open-archiver-install.sh
@@ -88,7 +88,7 @@ sed -i "s|^STORAGE_LOCAL_ROOT_PATH=.*|STORAGE_LOCAL_ROOT_PATH=/opt/openarchiver-
88
sed -i "s|^JWT_SECRET=.*|JWT_SECRET=$JWT_KEY|g" /opt/openarchiver/.env
89
sed -i "s|^ENCRYPTION_KEY=.*|ENCRYPTION_KEY=$SECRET_KEY|g" /opt/openarchiver/.env
90
sed -i "s|^TIKA_URL=.*|TIKA_URL=|g" /opt/openarchiver/.env
91
-echo "ORIGIN=http://$IP_ADDR:3000" >>/opt/openarchiver/.env
+sed -i "s|^ORIGIN=.*|ORIGIN=http://$IP_ADDR:3000|g" /opt/openarchiver/.env
92
$STD pnpm install --shamefully-hoist --frozen-lockfile --prod=false
93
$STD pnpm run build:oss
94
$STD pnpm db:migrate
0 commit comments