This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
doc improvements
tags/v1.2.0-rc1
Lunny Xiao
11 years ago
parent
0c5e50a888
commit
ff690840d4
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
doc/install_gogs_from_binary_on_ubuntu.md
+1
-1
update.go
+ 0
- 1
doc/install_gogs_from_binary_on_ubuntu.md
View File
@@ -5,7 +5,6 @@
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install git
- sudo apt-get install golang
- sudo apt-get install mysql-server
### create the database
+ 1
- 1
update.go
View File
@@ -20,7 +20,7 @@ var CmdUpdate = cli.Command{
Name: "update",
Usage: "This command just should be called by ssh shell",
Description: `
gogs
serv provide access auth for repositories
`,
gogs
update get pushed info and insert into database
`,
Action: runUpdate,
Flags: []cli.Flag{},
}
Write
Preview
Loading…
Cancel
Save