GoAdmin
  • README
  • English
    • Get Ready
    • Quick Start
    • Plugins
      • How To Use Plugins
      • How To Use Admin Plugin
    • Admin Plugins
    • Pages
    • CI tests
    • Architecture
    • Development
    • Template Development
    • Plan
  • 简体中文
    • 准备工作
    • 快速开始
    • 插件
    • Admin插件
    • Monitor插件
    • ui组件介绍
    • 页面介绍
    • ci测试
    • 项目架构
    • 项目开发
    • 模板开发
    • 发展规划
Powered by GitBook
On this page
  • Import the program required sql to the corresponding self-built database
  • Install command line tools

Was this helpful?

  1. English

Get Ready

PreviousEnglishNextQuick Start

Last updated 3 years ago

Was this helpful?


This program is based on golang. It is recommended to use golang with version higher than 1.11. More infomation, please visit:

Import the program required sql to the corresponding self-built database

The content of the sql file are the data tables required by the framework. Suppose your business database is: database_a; then you can import the framework sql into database_a, or you can create another database database_b to import into. Besides, they can be different driver databases, for example, your business database is mysql, the framework database is sqlite. GoAdmin currently supports multiple database connection operations. How to configure, will be described in detail later.

Install command line tools

Download the binary excecute file:

File name
OS
Arch
Size

macOs

x86-64

4.77 MB

Linux

x86-64

6.52 MB

Linux

x86

6.06 MB

Windows

x86

6.16 MB

Windows

x86-64

6.38 MB

Or use the command:

go install github.com/GoAdminGroup/adm

🍺🍺 Get ready to work here!!

English is not my main language. If any typo or wrong translation you found, you can help to translate in . I will very appreciate it.

https://golang.org
mysql
sqlite
postgresql
mssql
github here
adm_darwin_x86_64_v1.2.24.zip
adm_linux_x86_64_v1.2.24.zip
adm_linux_armel_v1.2.24.zip
adm_windows_i386_v1.2.24.zip
adm_windows_x86_64_v1.2.24.zip