Git Product home page Git Product logo

admin's Introduction

beego admin

=====

基于beego,jquery easyui ,bootstarp的一个后台管理系统

正在开发中,请勿使用

获取安装

执行以下命令,就能够在你的GOPATH/src 目录下发现beego admin

$ go get github.com/osgochina/admin

##初次使用

第一次使用的时候需要创建一个数据库,目前仅支持mysql。

创建了一个utf8字符格式的mysql数据库以后,需要去admin/conf/app.conf中配置 数据库链接信息

	db_host = localhost
	db_port = 3306
	db_user = root
	db_pass = root
	db_name = admin
	db_type = mysql

把以上信息配置成你自己数据库的信息。 全部做好了以后。就可以编译admin了

$	go build

首次启动需要初始化数据库表。

$ ./admin -syncdb

好了,现在可以通过浏览器地址访问了http://localhost:8080/

admin's People

Contributors

osgochina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.