Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
69096b09
authored
2013-07-26 16:41:04 +0800
by
astaxie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update zh docs
1 parent
da5dd4d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
33 deletions
docs/zh/Install.md
docs/zh/Quickstart.md
docs/zh/Install.md
View file @
69096b0
# 安装入门
beego虽然是一个简单的框架,但是其中用到了很多第三方的包,所以在你安装beego的过程中Go会自动安装其他关联的包。
-
当然第一步你需要安装Go,如何安装Go请参考我的书
[
第一章
](
https://github.com/astaxie/build-web-application-with-golang/blob/master/ebook/01.1.md
)
-
安装beego
go get github.com/astaxie/beego
-
安装bee工具,这个工具可以用来快速的建立beego的应用
go get github.com/astaxie/bee
这样就完成了beego的安装,你就可以开始开发了,可以通过bee工具来创建beego项目
!
[
](images/bee.png)
>beego依赖的第三方包有如下:
> - session模块:github.com/astaxie/beego/session
> - session模块中支持redis引擎:github.com/garyburd/redigo/redis
> - session模块中支持mysql引擎:github.com/go-sql-driver/mysql
> - 模板函数中支持markdown转化:github.com/russross/blackfriday
-
[
beego介绍
](
README.md
)
-
[
快速入门
](
Quickstart.md
)
# 安装入门
beego虽然是一个简单的框架,但是其中用到了很多第三方的包,所以在你安装beego的过程中Go会自动安装其他关联的包。
-
当然第一步你需要安装Go,如何安装Go请参考我的书
[
第一章
](
https://github.com/astaxie/build-web-application-with-golang/blob/master/ebook/01.1.md
)
-
安装beego
go get github.com/astaxie/beego
-
安装bee工具,这个工具可以用来快速的建立beego的应用
go get github.com/astaxie/bee
这样就完成了beego的安装,你就可以开始开发了,可以通过bee工具来创建beego项目
!
[
](images/bee.png)
>beego依赖的第三方包有如下:
> - session模块:github.com/astaxie/beego/session
> - session模块中支持redis引擎:github.com/garyburd/redigo/redis
> - session模块中支持mysql引擎:github.com/go-sql-driver/mysql
-
[
beego介绍
](
README.md
)
-
[
快速入门
](
Quickstart.md
)
...
...
docs/zh/Quickstart.md
View file @
69096b0
...
...
@@ -76,7 +76,7 @@
通过如下命令创建beego项目,首先进入gopath目录
bee
create
hello
bee
new
hello
这样就建立了一个项目hello,目录结构如下所示
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment