How to install nocobase/nocobase. 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.
nocobase/nocobase Installation Guide
How to install nocobase/nocobase. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for nocobase/nocobase. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i nocobase/nocobaseor
Install via npx
npx @hexmos/ipm i nocobase/nocobasePrerequisites
Python
languageVersion: >=3.8.0
Docker
system_toolFor deploying NocoBase in a containerized environment.
Git
system_toolFor cloning the repository and managing code changes.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Installing from create-nocobase-app CLI
create-nocobase-appPost Installation Steps
- Start the server: `nocobase start`
- Run database migrations: `nocobase migrate`
- Access the UI: Visit your application's URL (e.g., http://localhost:3000) in your browser.
