Budibase CLI Setup
Downloading Budibase CLI
The budibase CLI is how you initialise, manage and update your budibase installation.
Downloading the Budibase CLI is a fairly straight forward process. If you have NodeJS installed, you can simply run the following to install the budibase CLI:
Alternatively, you can just download the budibase CLI for your operating system here:
If you do download from the above links, the steps are slightly different compared to downloading the CLI from NPM. After downloading the CLI, you will have to make it executable. Let's take the cli-linux
for example:
When following the rest of this guide, when you see the budi
command being used, you will need to replace it with:
Running Budibase
Once the CLI is installed, navigate to the directory where you would like to store the files for your budibase installation, and run:
If you have an ARM based CPU, you will have to make a slight update to your docker-compose.yaml
. Update the couchdb-service
part of your compose config with platform: amd64
First Time Budibase Setup
You can now start the budibase services with the following command.
Last updated