MCPcopy Index your code
hub / github.com/Dokploy/dokploy / installRailpack

Function installRailpack

packages/server/src/setup/server-setup.ts:720–728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

718`;
719
720const installRailpack = () => `
721 if command_exists railpack; then
722 echo "Railpack already installed ✅"
723 else
724 export RAILPACK_VERSION=0.15.4
725 $SUDO_CMD bash -c "$(curl -fsSL https://railpack.com/install.sh)"
726 echo "Railpack version $RAILPACK_VERSION installed ✅"
727 fi
728`;
729
730const setupPermissions = () => `
731 # Add user to docker group if not root

Callers 1

defaultCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected