crystaldust
1560abe553
Add the MEM db config replacement script in the deploy.sh.
2014-04-22 10:20:27 +00:00
crystaldust
65ad26feba
Checkout to the latest dev branch when building the gogs docker image.
2014-04-22 10:19:23 +00:00
crystaldust
b60d5ecc3e
Add the redis Dockerfile
2014-04-22 10:15:12 +00:00
crystaldust
8a6119551b
Add the memcache(d) Dockerfile
2014-04-22 10:14:10 +00:00
crystaldust
4b8d72dec2
Change the MySQL password placeholder to THE_DB_PASSWORD.
2014-04-22 09:49:10 +00:00
crystaldust
066d91e113
Allow the user to config the apt source in build.sh
2014-04-15 23:48:33 -04:00
crystaldust
bb84bb8ac3
Add two apt source:aliyun and nchc, make a '#sourcename#' before the RUN command to make the apt source configurable in build.sh
2014-04-15 23:41:46 -04:00
crystaldust
213b366959
Remove the installation of PostgreSQL, which not needed actually.
2014-04-15 23:34:58 -04:00
Lance Ju
83283dfe37
Merge remote-tracking branch 'origin/master'
...
Add the support of postgres as the database.
(Config the db in the build.sh file, make the DB_TYPE to 'postgres').
2014-04-16 00:58:09 +08:00
Lance Ju
f456f964ec
Add the apt source when installing potgres.
...
Replace the host with $DB_PORT, which is dependent to the database imagae's exposed port.
2014-04-16 00:55:39 +08:00
Lance Ju
1f989d0b98
Replace the 'mysql' options with 'db' options in build.sh
2014-04-16 00:54:02 +08:00
Lance Ju
8080beea85
Add the line to replace the database type.
...
Replace the 'mysql' options with 'db' options, makeing the config according to the database type.
2014-04-16 00:17:52 +08:00
Lance Ju
1d3c7693b7
Build the database image by the variable DB_TYPE, but not mysql.
2014-04-16 00:16:32 +08:00
Lance Ju
6cc914b090
Rename the posgresql to postgres, add the Dockerfile for postgres image.
2014-04-16 00:14:17 +08:00
crystaldust
a4f070b828
Update README.md
...
Update the guide of how to deploy gogs in docker with the scripts.
2014-04-11 16:10:52 +08:00
Lance Ju
b1a3ba9932
Fix the path problem, which will build the mysql image as the gogits image
2014-04-11 15:32:57 +08:00
Lance Ju
2315dc39b6
Add the auto build scripts for deplying gogs with Docker.
2014-04-11 14:55:43 +08:00
crystaldust
5966dd78e6
Add the scirpts for auto deploy.
2014-04-10 19:56:19 +08:00
Meaglith Ma
4efb56af03
Update README.md
2014-04-09 10:48:05 +08:00
Meaglith Ma
c8b81d8339
Create README.md
2014-04-09 10:46:05 +08:00
Meaglith Ma
5f4b5c1557
Temp commit
2014-04-06 17:31:42 +08:00
Meaglith Ma
2e8d5c2eb3
Merge remote-tracking branch 'upstream/master'
2014-04-06 17:28:33 +08:00
无闻
ef6b978496
Merge pull request #62 from gogits/dev
...
Add transfer repository
2014-04-04 18:39:21 -04:00
Unknown
eb803ec5eb
Add transfer repository
2014-04-04 18:31:09 -04:00
Unknown
ca5dcea7d1
Merge branch 'master' of github.com:gogits/gogs into dev
2014-04-04 10:41:45 -04:00
无闻
3a23476dbe
Merge pull request #61 from gogits/dev
...
Dev
2014-04-04 10:40:14 -04:00
Unknown
4a4997a3c7
Merge branch 'master' of github.com:gogits/gogs into dev
2014-04-04 10:34:18 -04:00
无闻
48d3a1fef1
Merge pull request #60 from Wind0r/master
...
Add missing deps
2014-04-04 09:44:52 -04:00
FuXiaoHei
75db79b4b6
release list page ui
2014-04-04 20:54:00 +08:00
Wind0r
fa34656b5d
Add missing deps
2014-04-04 12:25:14 +02:00
Lunny Xiao
e0d64d3168
Merge branch 'master' of github.com:gogits/gogs
2014-04-04 17:27:02 +08:00
Lunny Xiao
6b9f7fd758
basiclly http push
2014-04-04 17:26:46 +08:00
Unknown
e9c4156c87
Add: rename user
2014-04-03 16:33:27 -04:00
Unknown
79a610592e
Add: rename repository
2014-04-03 15:50:55 -04:00
skyblue
bbadbbdf68
Merge branch 'dev' of github.com:gogits/gogs into dev
2014-04-03 11:13:44 +08:00
skyblue
bfdadaa13c
add oauth2 models
2014-04-03 11:13:35 +08:00
无闻
b9a7dd72f8
Merge pull request #55 from MartinGarton/master
...
fix unique
2014-04-02 16:17:25 -04:00
Martin Garton
4586c386e7
fix unique
2014-04-02 20:35:29 +01:00
FuXiaoHei
1757a59a99
js clipboard
2014-04-03 00:56:26 +08:00
Unknown
db66b8da72
Add release tmpl
2014-04-02 12:43:31 -04:00
Unknown
97b133bbee
Merge branch 'dev' of github.com:gogits/gogs into dev
...
Conflicts:
routers/user/user.go
2014-04-02 10:45:01 -04:00
Unknown
d9005ee970
Improve issue mail content
2014-04-02 10:38:30 -04:00
skyblue
adf42a5b54
change oauth2 to modules
2014-04-02 22:27:54 +08:00
skyblue
93f6e98047
change oauth2 path
2014-04-02 22:23:45 +08:00
skyblue
5180506678
split into social.go
2014-04-02 10:39:04 +08:00
Unknown
b0e7dd6864
Update README
2014-04-01 21:19:19 -04:00
Unknown
13824af291
Merge branch 'master' of github.com:gogits/gogs into dev
2014-04-01 21:08:02 -04:00
skyblue
272c27c8f2
add github social login, first step
2014-04-02 08:14:56 +08:00
Meaglith Ma
a044c24c3d
Update the Golang Dockerfile and add mysql Dockerfile
2014-04-01 14:27:21 +08:00
Unknown
91e6db1bae
Fix log bug
2014-04-01 00:07:25 -04:00