How to install in a production env [May 26]

:raising_hand_man: jiub asked

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

:raising_hand_man: FrancyMak replied

Hi!

:raising_hand_man: FrancyMak replied

You have different ways

:raising_hand_man: FrancyMak replied

You can easily install noco through Node.

:raising_hand_man: FrancyMak replied

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

:raising_hand_man: FrancyMak replied

that’s one of the simplest way

:raising_hand_man: 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

```

:raising_hand_man: wkw replied

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

Autogenerated from discord


Join NocoDB’s community

DiscordTwitterRedditDocs