Getting Started with Beego installation

Source: Internet
Author: User
Tags install go
This is a created article in which the information may have evolved or changed.

Getting Started with installation

Beego is a simple framework, but it uses a lot of third-party packages, so when you install Beego, go will automatically install other associated packages.

  • Of course the first step you need to install go, how to install go please refer to the first chapter of my book

  • Installing Beego

    Go get Github.com/astaxie/beego
  • Install the Bee tool, a tool that can be used to quickly build Beego applications

    Go get Github.com/astaxie/bee

This completes the installation of the Beego, you can start to develop, you can create the Beego project through the Bee tool

The third-party package that Beego relies on is as follows:

  • Session module: Github.com/astaxie/beego/session

  • Redis engine supported in session module: Github.com/garyburd/redigo/redis

  • MySQL engine supported in session module: Github.com/go-sql-driver/mysql

  • Support for markdown conversions in template functions: Github.com/russross/blackfriday

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.