rhy-jot
1c27f1b70a
Merge pull request #168 from Kloadut/docker-build
...
Build image from Dockerfile instead of curling S3
2013-08-16 16:23:14 -07:00
Alexander
1751a4ad74
Merge pull request #134 from phaza/patch-1
...
I want to add env variables to new instances
2013-08-16 15:37:07 -07:00
rhy-jot
dfcb52a079
Merge pull request #178 from asm89/redeploy
...
Redeploy apps on reboot, fixes #82
2013-08-16 15:06:29 -07:00
Alexander
53395bfa08
Redeploy apps on reboot, fixes #82
2013-08-17 00:04:08 +02:00
rhy-jot
84cf39bf09
Merge pull request #145 from msumpter/patch-2
...
Added X-Forwarded-For to pass client IP to backend
2013-08-15 21:10:09 -07:00
Alexander
7c4f2fd801
Mention and link plugin page in the readme
2013-08-14 22:27:11 +02:00
Jeff Lindsay
772629279e
Merge pull request #173 from rhy-jot/2013-08-13/docker-group
...
Add git & dokku to the docker group, creating it if it doesn't exist.
2013-08-13 21:31:47 -07:00
rhy-jot
5c0379f2b9
Add git & dokku to the docker group, creating it if it doesn't exist.
2013-08-13 20:23:29 -07:00
Kload
9be10ac2d9
Build image from Dockerfile instead of curl S3
2013-08-11 13:37:47 +02:00
Jeff Lindsay
2dfa0fac64
Merge pull request #146 from alexanderbeletsky/ssl2
...
issue #138 : added wildcard support
2013-08-08 16:51:38 -07:00
Jeff Lindsay
b515ddbf01
Merge pull request #159 from amaltson/patch-2
...
Link to Heroku node.js sample app
2013-08-08 08:29:18 -07:00
Jeff Lindsay
6ecc94b4a2
Merge pull request #158 from amaltson/patch-1
...
Fix bootstrap on clean install
2013-08-08 08:28:27 -07:00
Arthur Maltson
d120ef4b13
Link to Heroku node.js sample app
...
Link to the app so users can easily follow along.
2013-08-08 09:42:00 -04:00
alexanderbeletsky
5ef7b00243
review comment by @rhy-jot
2013-08-08 10:17:39 +03:00
Arthur Maltson
584ad9d6d6
Fix bootstrap on clean install
...
On a clean Ubuntu 13.04 install, the bootstrap script fails with:
make: apt-add-repository: Command not found
make: *** [docker] Error 127
This happens because 'software-properties-common' needs to be installed.
2013-08-07 23:04:10 -04:00
Jeff Lindsay
bd269aad42
Merge pull request #154 from darkpixel/patch-1
...
Hint about build packs requiring config files. Closes GH-141
2013-08-06 12:12:33 -07:00
Aaron C. de Bruyn
6eded2f099
Hint about build packs requiring config files
...
Add a hint to the README that buildpacks may require special configuration files (such as a Procfile) in order to deploy properly.
2013-08-06 12:01:02 -07:00
Jeff Lindsay
40fa670770
Merge pull request #150 from rhy-jot/master
...
Use apt to install lxc-docker vs downloading the .deb
2013-08-06 11:08:10 -07:00
rhy-jot
d56db3457b
Use apt to install lxc-docker vs downloading the .deb
2013-08-05 13:47:44 -07:00
alexanderbeletsky
9e9cc0c96e
issue #138 : added wildcard support
2013-08-05 18:17:53 +03:00
Mat Sumpter
2f92d500f8
Added X-Forwarded-For to pass client IP to backend
2013-08-05 09:37:40 -04:00
Jeff Lindsay
7a24561194
Merge pull request #140 from chris-rock/hotfix/git_dependency
...
Hotfix/git dependency
2013-08-03 12:22:31 -07:00
Christoph Hartmann
ba8a84d422
moved git dependency to Vagrantfile
2013-08-03 09:33:15 +02:00
Jeff Lindsay
9b27a3faf6
Merge pull request #104 from alexanderbeletsky/ssl
...
issue #101 : added ssl configuration
2013-08-02 19:47:34 -07:00
Jeff Lindsay
d26164f536
Merge pull request #132 from alexanderbeletsky/cleanup
...
No logs from cleanup step
2013-08-02 15:42:37 -07:00
Christoph Hartmann
3a80609166
add missing git dependency
2013-08-02 19:35:14 +02:00
Peter Haza
d3d6486169
I want to add env variables to new instances
...
I want all my deployments to have access to postgres, thus I'm creating a plugin which sets up a new user with access to a new database (on a postgres server in a different container). I want to expose the database access with an env variable, just like heroku does. To me it looks like release is the best place to put this hook.
2013-08-01 19:26:15 +02:00
alexanderbeletsky
33a3b85674
ssl ciphers config from @rhy-jot
2013-07-31 07:00:46 +03:00
alexanderbeletsky
4f82bc9d9a
no logs from cleanup step
2013-07-30 12:50:14 +03:00
Jeff Lindsay
b44bf15c92
Merge pull request #127 from gaaady/patch-1
...
update readme to ubuntu 64
2013-07-29 18:32:13 -07:00
gaaady
e616da514c
update readme to ubuntu 64
2013-07-28 16:24:24 +03:00
Jeff Lindsay
eb189d639c
Merge pull request #121 from alexanderbeletsky/cleanup
...
issue #120 add step to clean up all dead instances and none used images
2013-07-26 08:12:09 -07:00
alexanderbeletsky
84337da262
ignoring all error messages from clean up
2013-07-26 10:47:40 +03:00
alexanderbeletsky
18db1cf7f6
issue #120 add step to clean up all dead instances and none used images
2013-07-26 10:26:05 +03:00
Jeff Lindsay
bb59f47cab
Merge pull request #81 from eugeneware/remove_socket_file
...
Fix for nginx not reloading.
2013-07-24 16:02:29 -07:00
alexanderbeletsky
7f6e6ee8a4
review issues by @progrium
2013-07-24 12:13:50 +03:00
alexanderbeletsky
3bd0f6d3fb
issue #101 : added ssl configuration
...
- application folder /ssl is detected and ssl hginx config added
- readme corrections
2013-07-23 22:01:04 +03:00
Jeff Lindsay
a41bf80699
Merge pull request #113 from adelevie/master
...
fix readme typo (date => data)
2013-07-23 09:05:26 -07:00
Alan deLevie
fa34cb3eff
fix readme typo (date => data)
2013-07-23 10:05:46 -04:00
Jeff Lindsay
5c25bd1557
Merge pull request #110 from TJC/enhancement/documentation_improvements
...
Documentation patch
2013-07-22 22:24:55 -07:00
Toby Corkindale
30d39d0da2
Add documentation on how to remove deployed apps
2013-07-23 15:20:23 +10:00
Toby Corkindale
9ebf453b72
Add docs on how to upgrade build step
2013-07-23 15:15:21 +10:00
Jeff Lindsay
25b04e12cc
Merge pull request #109 from rhy-jot/patch-1
...
Fix typo, change up some wording
2013-07-22 22:08:02 -07:00
rhy-jot
7c6f7232d9
Fix typo, change up some wording
2013-07-22 21:06:09 -07:00
Jeff Lindsay
c4f6393946
Merge pull request #108 from k4ml/fix-readme
...
Fix #107
2013-07-22 20:34:00 -07:00
k4ml
2edc4e890d
Fix #107
2013-07-23 11:22:23 +08:00
Jeff Lindsay
9aa64f4f6c
Merge pull request #106 from rhy-jot/patch-1
...
Use HTTPS for DOCKER_BIN
2013-07-22 12:55:59 -07:00
rhy-jot
8d979b125e
Use HTTPS for DOCKER_BIN
2013-07-22 12:51:32 -07:00
Jeff Lindsay
f89430535a
Merge pull request #99 from alexanderbeletsky/environment
...
issue #92 : inserting environment file to docker instance
2013-07-20 08:57:11 -07:00
alexanderbeletsky
ad6459a70c
corrected after @progrium comments
2013-07-20 09:59:22 +03:00