Select the NocoBase version (Version Comparison) and database type, then execute the corresponding command.
TZ is used to set the application's time zone, which defaults to the operating system's time zone.APP_KEY is the application's secret key, used for generating user tokens, etc. (If APP_KEY is changed, old tokens will become invalid). It can be any random string. Please change it to your own secret key and ensure it is not exposed.DB_* are database-related configurations. Please modify them to match your database connection information according to your actual setup.📢 Depending on your network environment, system configuration, and other factors, this step may take over ten minutes.
When deploying in a production environment, you can install only the necessary dependencies to reduce the size:
The installation process will automatically create the database table structure and initialize data.
Development Environment
Production Environment
Open http://localhost:13000 in your browser. The initial account and password are admin@nocobase.com and admin123.
After your first login, please change the default password immediately to ensure system security.