How to install in a production env [May 26]

:man_raising_hand: jiub asked

Hello, how can I setup nocodb in production? I use ubuntu server 20.04. There is no info in docs

:man_raising_hand: FrancyMak replied

Hi!

:man_raising_hand: FrancyMak replied

You have different ways

:man_raising_hand: FrancyMak replied

You can easily install noco through Node.

:man_raising_hand: FrancyMak replied

https://docs.nocodb.com/getting-started/installation#node-application

:man_raising_hand: FrancyMak replied

that’s one of the simplest way

:man_raising_hand: FrancyMak replied

if you don’t have Node or you have a not updated version in your machine. you can download it with these commands:

```bash

sudo curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

sudo apt install nodejs

sudo apt install build-essential

node --version

```

:man_raising_hand: wkw replied

Alternatively, most ppl choose docker. See https://docs.nocodb.com/getting-started/installation#docker

Autogenerated from discord


Join NocoDB’s community

DiscordTwitterRedditDocs