How to install bytebase/bytebase. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
bytebase/bytebase Installation Guide
How to install bytebase/bytebase. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for bytebase/bytebase. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i bytebase/bytebaseor
Install via npx
npx @hexmos/ipm i bytebase/bytebasePrerequisites
Docker
system_toolVersion: 3.8.0-ce-dev17-amd64-linux-armv7l-x86_64.tar.gz
Python 3.8
languageVersion: 3.8.0
PostgreSQL
system_packageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
docker run --init \
--name bytebase \
--publish 8080:8080 \
--volumePost Installation Steps
- Start the server: `./backend/bin/server/main.go`
- Run database migrations: `./backend/bin/migrate`
- Access the UI: `http://localhost:8080`
