How to install pocketbase/pocketbase. 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.
pocketbase/pocketbase Installation Guide
How to install pocketbase/pocketbase. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for pocketbase/pocketbase. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i pocketbase/pocketbaseor
Install via npx
npx @hexmos/ipm i pocketbase/pocketbasePrerequisites
Go
languageVersion: > 1.23.0
SQLite
system_packageVersion: 3.45.0
Docker
system_toolFor containerization of the application.
Git
system_toolFor version control and cloning repositories.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Go Package Installation and Execution
go mod init myapp && go mod tidy
go run main.go serveStandalone executable building and execution
CGO_ENABLED=0 go build
./base serveDownload and execute from GitHub releases
./pocketbase serveDownload and execute from GitHub releases
./pocketbase servePost Installation Steps
- Start the server: `./pocketbase serve`
- Run database migrations: `pocketbase db migrate`
- Access the UI: Open your browser and visit http://localhost:3000/
