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 9b8657f commit f8c1d7bCopy full SHA for f8c1d7b
install/outline-install.sh
@@ -55,7 +55,7 @@ sed -i 's/NODE_ENV=production/NODE_ENV=development/g' /opt/outline/.env
55
sed -i "s/generate_a_new_key/${SECRET_KEY}/g" /opt/outline/.env
56
sed -i "s/user:pass@postgres/${DB_USER}:${DB_PASS}@localhost/g" /opt/outline/.env
57
sed -i 's/redis:6379/localhost:6379/g' /opt/outline/.env
58
-sed -i "32s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env
+sed -i "5s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env
59
sed -i 's/FORCE_HTTPS=true/FORCE_HTTPS=false/g' /opt/outline/.env
60
$STD yarn install --frozen-lockfile
61
export NODE_OPTIONS="--max-old-space-size=3584"
0 commit comments