Commit Graph

57 Commits

Author SHA1 Message Date
Jeff Lindsay
55ef891d9d probably makes more sense to have this in the makefile 2013-06-13 21:58:58 -07:00
Jeff Lindsay
edcfdc97ea this is slightly more clear 2013-06-12 14:02:36 -06:00
Jeff Lindsay
641292662a basic logs command 2013-06-11 21:23:26 -07:00
Jeff Lindsay
b93ad57e33 test appctl 2013-06-11 20:52:50 -07:00
Jeff Lindsay
f1e031d06a mention sshcommand 2013-06-11 20:51:48 -07:00
Jeff Lindsay
d41de9b9a4 better ordering 2013-06-11 20:40:59 -07:00
Jeff Lindsay
873a4aa4a6 ssshhhh 2013-06-11 20:40:48 -07:00
Jeff Lindsay
2f3ff7bf2c just let it override receiver, we install it again after 2013-06-11 20:37:49 -07:00
Jeff Lindsay
94b7f1a094 how about this 2013-06-11 20:30:28 -07:00
Jeff Lindsay
8adb9cbd5a sh compatible 2013-06-11 20:27:24 -07:00
Jeff Lindsay
ef8294e6b5 new buildstep 2013-06-11 20:16:14 -07:00
Jeff Lindsay
ad2fd7fb55 moving gitreceiv into makefile with sshcommand 2013-06-11 20:16:07 -07:00
Jeff Lindsay
699e6623e0 Merge branch 'master' of https://github.com/progrium/dokku 2013-06-10 23:37:36 -07:00
Jeff Lindsay
5964b2b448 simple line count metric 2013-06-10 23:37:23 -07:00
Jeff Lindsay
a25f6437c0 actually i lied. still problems on ubuntu 12.x 2013-06-11 00:31:10 -06:00
Jeff Lindsay
3e2989d954 committing my progress, but no working tests yet. stuck on bug where I can't curl the URL I get from the deploy transcript 2013-06-10 21:26:31 -07:00
Jeff Lindsay
06f2c8ff5e replace slashes with dashes for hostname 2013-06-10 19:53:34 -07:00
Jeff Lindsay
5a883042eb use an actual domain (with wildcard subdomain support) that resolves to localhost 2013-06-10 18:56:43 -07:00
Jeff Lindsay
8f24518580 ignore vagrant dir 2013-06-10 18:56:00 -07:00
Jeff Lindsay
50852dad3e shaving lines 2013-06-10 18:55:35 -07:00
Jeff Lindsay
c43b2af99e Merge branch 'master' of https://github.com/progrium/dokku 2013-06-10 15:19:56 -07:00
Jeff Lindsay
570966ddff mention because 12.10 works on ec2 2013-06-10 15:19:48 -07:00
Jeff Lindsay
535a0a2764 Merge pull request #10 from Soulou/vagrant
deploy dokku via vagrant
2013-06-10 10:36:09 -07:00
Soulou
312d20dfb7 deploy dokku via vagrant 2013-06-10 17:29:24 +02:00
Jeff Lindsay
e7290c70e5 merging authors 2013-06-10 02:14:20 -07:00
Jeff Lindsay
d66abeb487 ip vs domain 2013-06-10 02:13:47 -07:00
Jeff Lindsay
369b498317 Merge pull request #8 from Soulou/add_author
add myself (Soulou) as author
2013-06-10 02:07:08 -07:00
Soulou
4210db1cb0 add myself (Soulou) as author 2013-06-10 10:56:58 +02:00
Jeff Lindsay
8717d6355d Merge branch 'master' of https://github.com/progrium/dokku 2013-06-10 01:46:51 -07:00
Jeff Lindsay
690a52808a adding richard 2013-06-10 01:46:46 -07:00
Jeff Lindsay
8f57e7515c Merge pull request #7 from Soulou/fix_wget
Change flag -o (output log) to -O (output file)
2013-06-10 01:40:04 -07:00
Soulou
95eafeb9a9 Change flag -o (output log) to -O (output file) 2013-06-10 10:38:37 +02:00
Jeff Lindsay
08575f5603 lots of cleanup 2013-06-10 01:02:57 -07:00
Jeff Lindsay
e8a134a945 buildstep as a submodule 2013-06-10 00:51:01 -07:00
Jeff Lindsay
283441398b install command, docs on upgrading/updating 2013-06-09 23:26:56 -07:00
Jeff Lindsay
f9e02cd418 style change 2013-06-09 20:49:13 -07:00
Jeff Lindsay
dc66ec9903 moving things around 2013-06-09 20:46:33 -07:00
Jeff Lindsay
9996bf37df going back because its faster to build the container 2013-06-09 20:41:09 -07:00
Jeff Lindsay
90e3e9ce2f download buildstep container instead of build it 2013-06-09 19:42:06 -07:00
Jeff Lindsay
afc567fb91 install deploystep 2013-06-09 18:13:38 -07:00
Jeff Lindsay
a174555089 cleaning things up 2013-06-09 18:12:57 -07:00
Jeff Lindsay
914315d76c fixing merge 2013-06-09 16:09:19 -07:00
Jeff Lindsay
447ba5c291 updating receiver for new start script 2013-06-09 16:08:35 -07:00
Jeff Lindsay
3c3a63acbb Merge pull request #1 from rnorth/master
Prerequisite changes to allow Java buildpack support
2013-06-09 15:00:34 -07:00
Richard North
e6ad0d81aa Moving advanced installation section of README downwards for ease of reading for regular users. 2013-06-09 18:28:21 +01:00
Richard North
0033c3a8cd Making repo location override variables shorter, simpler names for users. 2013-06-09 18:26:59 +01:00
Richard North
d585292bf8 Updating README to reflect Java buildpack and customizable repo URLs in bootstrap script. 2013-06-09 11:53:20 +01:00
Richard North
4c7d2262e2 Allowing repository locations to be overridden with environment variables for hacking; using progrium's locations as the default. 2013-06-09 11:09:26 +01:00
Richard North
d8ee606ebc Fixed broken ordering of steps when PORT is specified. 2013-06-09 10:28:08 +01:00
Richard North
1192c84e13 Sourcing the profile files which Heroku buildpacks set up for us (in /app/.profile.d), so that dependencies downloaded by the buildpack are available on PATH.
The docker run command which starts the app is now a little verbose so maybe should be refactored into a separate script; part of the verbosity is because of guarding against absence of the .profile.d directory.

This is to support use of the Java buildpack but has also been tested working for a simple Ruby web app.
2013-06-09 10:07:28 +01:00