</li></ul><h2class="anchor anchorWithStickyNavbar_LWe7"id="quick-try">Quick try<ahref="#quick-try"class="hash-link"aria-label="Direct link to Quick try"title="Direct link to Quick try"></a></h2><h3class="anchor anchorWithStickyNavbar_LWe7"id="docker">Docker<ahref="#docker"class="hash-link"aria-label="Direct link to Docker"title="Direct link to Docker"></a></h3><p>If you are a Docker user, you may try this way!</p><divclass="tabs-container tabList__CuJ"><ulrole="tablist"aria-orientation="horizontal"class="tabs"><lirole="tab"tabindex="0"aria-selected="true"class="tabs__item tabItem_LNqP tabs__item--active">SQLite</li><lirole="tab"tabindex="-1"aria-selected="false"class="tabs__item tabItem_LNqP">MySQL</li><lirole="tab"tabindex="-1"aria-selected="false"class="tabs__item tabItem_LNqP">Postgres</li><lirole="tab"tabindex="-1"aria-selected="false"class="tabs__item tabItem_LNqP">SQL Server</li></ul><divclass="margin-top--md"><divrole="tabpanel"class="tabItem_Ymn6"><divclass="language-bash codeBlockContainer_Ckt0 theme-code-block"style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><divclass="codeBlockContent_biex"><pretabindex="0"class="prism-code language-bash codeBlock_bY9V thin-scrollbar"><codeclass="codeBlockLines_e6Vv"><spanclass="token-line"style="color:#393A34"><spanclass="token function"style="color:#d73a49">docker</span><spanclass="token plain"> run -d --name nocodb </span><spanclass="token punctuation"style="color:#393A34">\</span><spanclass="token plain"></span><br></span><spanclass="token-line"style="color:#393A34"><spanclass="token plain">-v </span><spanclass="token string"style="color:#e3116c">"</span><spanclass="token string variable"style="color:#36acaa">$(</span><spanclass="token string variable builtin class-name"style="color:#36acaa">pwd</span><spanclass="token string variable"style="color:#36acaa">)</span><spanclass="token string"style="color:#e3116c">"</span><spanclass="token plain">/nocodb:/usr/app/data/ </span><spanclass="token punctuation"style="color:#393A34">\</span><spanclass="token plain"></span><br></span><spanclass="token-line"style="color:#393A34"><spanclass="token plain">-p </span><spanclass="token number"style="color:#36acaa">8080</span><spanclass="token plain">:8080 </span><spanclass="token punctuation"style="color:#393A34">\</span><spanclass="token plain"></span><br></span><spanclass="token-line"style="color:#393A34"><spanclass="token plain">nocodb/nocodb:latest</span><br></span></code></pre><divclass="buttonGroup__atx"><buttontype="button"aria-label="Copy code to clipboard"title="Copy"class="clean-btn"><spanclass="copyButtonIcons_eSgA"aria-hidden="true"><svgviewBox="0 0 24 24"class="copyButtonIcon_y97N"><pathfill="currentColor"d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svgviewBox="0 0 24 24"class="copyButtonSuccessIcon_LjdS"><pathfill="currentColor"d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div></div><divrole="tabpanel"class="tabItem_Ymn6"hidden=""><divclass="language-bash codeBlockContainer_Ckt0 theme-code-block"style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><divclass="codeBlockContent_biex"><pretabindex="0"class="prism-code language-bash codeBlock_bY9V thin-scrollbar"><codeclass="codeBlockLines_e6Vv"><spanclass="token-line"style="color:#393A34"><spanclass="token function"style="color:#d73a49">docker</span><spanclass="token plain"> run -d --name nocodb-mysql </span><spanclass="token punctuation"style="color:#393A34">\</span><spanclass="token plain"></span><br></span><spanclass="token-line"style="color:#393A34"><spanclass="token plain">-v </span><spanclass="token string"style="color:#e3116c">"</span><spanclass="token string variable"style="color:#36acaa">$(</span><spanclass="token string variable builtin class-name"style="color:#36acaa">pwd</span><spanclass="tokenstringvar
If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for <ahref="https://github.com/nocodb/nocodb/issues/1313#issuecomment-1046625974"target="_blank"rel="noopener noreferrer">MySQL Docker Compose</a>.</p></div></div><h3class="anchor anchorWithStickyNavbar_LWe7"id="npx">NPX<ahref="#npx"class="hash-link"aria-label="Direct link to NPX"title="Direct link to NPX"></a></h3><p>You can run below command if you need an interactive configuration.</p><divclass="language-bash codeBlockContainer_Ckt0 theme-code-block"style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><divclass="codeBlockContent_biex"><pretabindex="0"class="prism-code language-bash codeBlock_bY9V thin-scrollbar"><codeclass="codeBlockLines_e6Vv"><spanclass="token-line"style="color:#393A34"><spanclass="token plain">npx create-nocodb-app</span><br></span></code></pre><divclass="buttonGroup__atx"><buttontype="button"aria-label="Copy code to clipboard"title="Copy"class="clean-btn"><spanclass="copyButtonIcons_eSgA"aria-hidden="true"><svgviewBox="0 0 24 24"class="copyButtonIcon_y97N"><pathfill="currentColor"d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svgviewBox="0 0 24 24"class="copyButtonSuccessIcon_LjdS"><pathfill="currentColor"d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div><h4class="anchor anchorWithStickyNavbar_LWe7"id="preview">Preview:<ahref="#preview"class="hash-link"aria-label="Direct link to Preview:"title="Direct link to Preview:"></a></h4><imgloading="lazy"width="587"alt="image"src="https://user-images.githubusercontent.com/35857179/161526235-5ee0d592-0105-4a57-aa53-b1048dca6aad.png"class="img_ev3q"><h3class="anchor anchorWithStickyNavbar_LWe7"id="homebrew">Homebrew<ahref="#homebrew"class="hash-link"aria-label="Direct link to Homebrew"title="Direct link to Homebrew"></a></h3><divclass="language-bash codeBlockContainer_Ckt0 theme-code-block"style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><divclass="codeBlockContent_biex"><pretabindex="0"class="prism-code language-bash codeBlock_bY9V thin-scrollbar"><codeclass="codeBlockLines_e6Vv"><spanclass="token-line"style="color:#393A34"><spanclass="token plain">brew tap nocodb/nocodb</span><br></span><spanclass="token-line"style="color:#393A34"><spanclass="token plain">brew </span><spanclass="token function"style="color:#d73a49">install</span><spanclass="token plain"> nocodb</span><br></span><spanclass="token-line"style="color:#393A34"><spanclass="token plain">nocodb</span><br></span></code></pre><divclass="buttonGroup__atx"><buttontype="button"aria-label="Copy code to clipboard"title="Copy"class="clean-btn"><spanclass="copyButtonIcons_eSgA"aria-hidden="true"><svgviewBox="0 0 24 24"class="copyButtonIcon_y97N"><pathfill="currentColor"d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svgviewBox="0 0 24 24"class="copyButtonSuccessIcon_LjdS"><pathfill="currentColor"d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div><h3class="anchor anchorWithStickyNavbar_LWe7"id="executables">Executables<ahref="#executables"class="hash-link"aria-label="Direct link to Executables"title="Direct link to Executables"></a></h3><p>You can download executables directly and run without any extra dependency. Use the right command based on your platform.</p><divclass="tabs-container tabList__CuJ"><ulrole="tablist"aria-orientation="horizontal"class="tabs"><lirole="tab"tabindex="0"aria-selected="true"class="tabs__item tabItem_LNqP tabs__item--active">MacOS (x64)</li><lirole="tab"tabindex="-1"aria-selected="false"class="tabs__item tabItem_LNqP">MacOS (arm64)</li><lirole="tab"tabindex="-1"aria-selected="false
Pick nearest Region for cloud hosting
<imgloading="lazy"src="https://user-images.githubusercontent.com/86527202/154790567-a6e65e4e-9aa0-4edb-998e-da8803ad6e23.png"alt="Screenshot 2022-02-19 at 12 28 11 PM"class="img_ev3q"></p><h4class="anchor anchorWithStickyNavbar_LWe7"id="finalize-and-launch">Finalize and Launch<ahref="#finalize-and-launch"class="hash-link"aria-label="Direct link to Finalize and Launch"title="Direct link to Finalize and Launch"></a></h4><ul><li><p>Select hosting plan for your NocoDB application</p></li><li><p>Click "Launch APP"</p><p><imgloading="lazy"src="https://user-images.githubusercontent.com/86527202/154790570-62044713-5cca-4d06-82ec-f3cc257218a1.png"alt="Screenshot 2022-02-19 at 12 29 23 PM"class="img_ev3q"></p><p>Application will be build & URL will be live in a minute! The URL will be something like <ahref="https://simply-nocodb-rsyir.ondigitalocean.app/"target="_blank"rel="noopener noreferrer">https://simply-nocodb-rsyir.ondigitalocean.app/</a></p></li></ul></div></div></details><h3class="anchor anchorWithStickyNavbar_LWe7"id="cloudron">Cloudron<ahref="#cloudron"class="hash-link"aria-label="Direct link to Cloudron"title="Direct link to Cloudron"></a></h3><detailsclass="details_lb9f alert alert--info details_b_Ee"data-collapsed="true"><summary>Click to Expand</summary><div><divclass="collapsibleContent_i85q"><h4class="anchor anchorWithStickyNavbar_LWe7"id="navigate-to-app-store">Navigate to App Store<ahref="#navigate-to-app-store"class="hash-link"aria-label="Direct link to Navigate to App Store"title="Direct link to Navigate to App Store"></a></h4><p> Log into Cloudron and select App Store</p><p><imgloading="lazy"src="https://user-images.githubusercontent.com/35857179/194700146-aae90503-a8fd-4bc5-8397-39f0bc279606.png"alt="image"class="img_ev3q"></p><h4class="anchor anchorWithStickyNavbar_LWe7"id="search-nocodb">Search NocoDB<ahref="#search-nocodb"class="hash-link"aria-label="Direct link to Search NocoDB"title="Direct link to Search NocoDB"></a></h4><p><imgloading="lazy"src="https://user-images.githubusercontent.com/35857179/194700181-b5303919-70b8-4cf8-bebe-7e75aca601f3.png"alt="image"class="img_ev3q"></p><h4class="anchor anchorWithStickyNavbar_LWe7"id="click-install">Click Install<ahref="#click-install"class="hash-link"aria-label="Direct link to Click Install"title="Direct link to Click Install"></a></h4><p><imgloading="lazy"src="https://user-images.githubusercontent.com/35857179/194700192-d702f5c2-2afa-45c5-9823-4ebe9e141b01.png"alt="image"class="img_ev3q"></p><h4class="anchor anchorWithStickyNavbar_LWe7"id="configure-nocodb">Configure NocoDB<ahref="#configure-nocodb"class="hash-link"aria-label="Direct link to Configure NocoDB"title="Direct link to Configure NocoDB"></a></h4><p><imgloading="lazy"src="https://user-images.githubusercontent.com/35857179/194700230-c35e934f-bd93-4948-8f31-935483b30571.png"alt="image"class="img_ev3q"></p><h4class="anchor anchorWithStickyNavbar_LWe7"id="go-to-my-app-and-launch-nocodb">Go to My App and Launch NocoDB<ahref="#go-to-my-app-and-launch-nocodb"class="hash-link"aria-label="Direct link to Go to My App and Launch NocoDB"title="Direct link to Go to My App and Launch NocoDB"></a></h4><p><imgloading="lazy"src="https://user-images.githubusercontent.com/35857179/194700464-50098cb1-bf94-42bb-a63a-cc0aad671913.png"alt="image"class="img_ev3q"></p></div></div></details><h3class="anchor anchorWithStickyNavbar_LWe7"id="caprover">CapRover<ahref="#caprover"class="hash-link"aria-label="Direct link to CapRover"title="Direct link to CapRover"></a></h3><detailsclass="details_lb9f alert alert--info details_b_Ee"data-collapsed="true"><summary>Click to Expand</summary><div><divclass="collapsibleContent_i85q"><h4class="anchor anchorWithStickyNavbar_LWe7"id="login-and-click-one-click-apps--databases">Login and Click One-Click Apps / Databases<ahref="#login-and-click-one-click-apps--databases"class="hash-link"aria-label="Direct link to Login and Click One-Click Apps / Databases"