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

{title}

{description}

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

{title}

{description &&

{description}

}
{children}
); Check out the different methods you can use to deploy ToolJet on your machine. ## Getting Started ## Deployment Options ## Configuration ## 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)