Files
nocodb/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/040.home-brew.md
2024-09-03 21:12:00 +05:30

1.1 KiB

title, description, tags, keywords
title description tags keywords
Homebrew Install NocoDB using Homebrew
Open Source
NocoDB installation
NocoDB homebrew installation
NocoDB prerequisites

Installing NocoDB with Homebrew

Homebrew provides a simple way to install NocoDB on macOS and Linux systems. Follow these steps to install NocoDB using Homebrew.

Prerequisites

Installation Steps

  1. Add the NocoDB tap to Homebrew:

    brew tap nocodb/nocodb
    
  2. Install NocoDB:

    brew install nocodb
    
  3. Start NocoDB:

    nocodb
    
  4. Access NocoDB in your browser by visiting http://localhost:8080.

Updating NocoDB

To update NocoDB to the latest version, use the following command:

brew upgrade nocodb

Troubleshooting

  • If you encounter permission issues, make sure you have the necessary rights to install packages with Homebrew.

  • If NocoDB doesn't start, check if the default port (8080) is already in use. You can specify a different port using environment variables.