go-admingo-admin
  • Guide
  • Development
    • Advanced
    • Commands
  • Advanced
  • Help
  • GitHub
  • Changelog
⌘ K
The app Command
The config Command
The migrate Command
The server Command
The version Command
The install Command
Last updated:
Open-source MIT Licensed | Copyright © 2020-present
Powered by go-admin-team

TABLE OF CONTENTS

‌
‌
‌
‌

ERROR

This command exists only in go-admin-pro (the subscription edition).

The open-source go-admin does not register an install command — running it will report "command not found". For the open-source edition's setup flow, see Quick Start; database initialization uses the migrate command.


Project Initialization

To reduce the amount of manual configuration, go-admin-pro provides an install command that initializes the project, generates the config file, and creates the database tables.

sh
$ go run main.go install

This launches the project's visual onboarding page — just follow the prompts.

Sample screens:

At this point, setup is complete.