--- id: setup title: Deploy ToolJet slug: /setup/ sidebar_label: Overview --- import '../../homepage.css'; import Link from '@docusaurus/Link'; export const Card = ({ className = '', href, children, isExternal }) => { const cardContent = (
{children}
); return href ? ( isExternal ? ( {cardContent} ) : ( {cardContent} ) ) : cardContent; }; export const SetupCard = ({ iconId, title, description, href, isExternal }) => (
{title}

{title}

{description}

); export const SetupSection = ({ title, description, cols = 3, children }) => (

{title}

{description &&

{description}

}
{children}
); Check out the different methods you can use to deploy ToolJet on your machine. ## Prerequisites ## Getting Started ## Configuration ## Deployment Options ## Upgrades & Migrations ## Need Help? - Reach out via our [Slack Community](https://join.slack.com/t/tooljet/shared_invite/zt-2rk4w42t0-ZV_KJcWU9VL1BBEjnSHLCA) - Or email us at [support@tooljet.com](mailto:support@tooljet.com) - Found a bug? Please report it via [GitHub Issues](https://github.com/ToolJet/ToolJet/issues)