beeweb

An open source project for official documentation and blog website of beego app framework.

  • 所有者: beego/beeweb
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Beego Web

Requirement >= Go 1.2rc1 Requirement >= beego 0.9.9

An open source project for official documentation website of beego app framework.

Install site locally

Beego Web is a go get able project:

$ go get github.com/beego/beeweb

Switch to project root path:

$ cd $GOPATH/src/github.com/beego/beeweb

Build and run with Go tools:

$ go build
$ ./beeweb

Or build with bee tool:

$ bee run

Open your browser and visit http://localhost:8090.

Build as your site

This project can be easily transferred as your own documentation site, there are some tips that you may want to know:

  • In the file conf/app.ini:

    • lang -> types: languages that you want to support

    • lang -> names: user-friendly name of languages.

    • It's NOT necessary but if you want to you can use GitHub app keys as following format:

        [github]
        client_id=1862bcb2******f36c
        client_secret=308d71ab53ccd858416cfceaed52******53c5f
      
  • In the file conf/docTree.json:

    • This file saves the file tree(with file name and commit) of your project that is hosted in GitHub. About how to use documentation project please see beedoc. Note that if you added new section to documentation list and you do not want to wait auto-refresh, simple delete this file and restart.
    • To change the documentation project URL, you need to change it in function checkDocUpdates in file models/models.go, as well as somewhere in views.

主要指標

概覽
名稱與所有者beego/beeweb
主編程語言JavaScript
編程語言Go (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2013-07-28 03:38:31
推送於2022-01-26 01:39:45
最后一次提交2020-12-14 16:25:14
發布數1
最新版本名稱v1 (發布於 )
第一版名稱v1 (發布於 )
用户参与
星數240
關注者數45
派生數116
提交數244
已啟用問題?
問題數14
打開的問題數5
拉請求數13
打開的拉請求數1
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?