Commit Graph

118 Commits

Author SHA1 Message Date
Jeff Lindsay
7fd8f4e437 a travis script, since its getting a little complex 2013-06-23 03:13:17 -07:00
Jeff Lindsay
5fab0a4c3a fixing file permissions for ssh identity 2013-06-23 02:59:12 -07:00
Jeff Lindsay
e94a9a47c7 use test private key identity 2013-06-23 02:55:38 -07:00
Jeff Lindsay
9d56c54d48 seriously, a typo in my own name... 2013-06-23 02:46:32 -07:00
Jeff Lindsay
9d1f04a9ba secret key has slashes in it, so need a different delimiter 2013-06-23 02:44:35 -07:00
Jeff Lindsay
c3c20716e4 proper quotes for variables to be used 2013-06-23 02:40:59 -07:00
Jeff Lindsay
93f8c5c46b point to .s3cfg in current path 2013-06-23 02:38:06 -07:00
Jeff Lindsay
4ece03abf6 fixes unterminated s command 2013-06-23 02:35:44 -07:00
Jeff Lindsay
79c3c5b85e sudo for apt-get on travis 2013-06-23 02:33:19 -07:00
Jeff Lindsay
946973b060 first pass at fully functional test infrastructure to work with travis ci 2013-06-23 02:31:32 -07:00
Jeff Lindsay
3a6d2c4442 exec bit 2013-06-23 01:14:33 -07:00
Jeff Lindsay
7a1b4be14e debug mode and better waiting for ssh 2013-06-23 01:07:21 -07:00
Jeff Lindsay
4bb66c6c63 some fixes and improvements to bootstrap 2013-06-23 01:05:59 -07:00
Jeff Lindsay
6244d81d0b temporarily requiring name of app as argument 2013-06-23 01:05:34 -07:00
Jeff Lindsay
0cfdcb66e4 use sshcommand to create dokku command user 2013-06-23 01:04:56 -07:00
Jeff Lindsay
6525b87850 will travis like this? 2013-06-22 23:04:43 -07:00
Jeff Lindsay
69c502a019 Merge branch 'master' of https://github.com/progrium/dokku 2013-06-22 22:59:33 -07:00
Jeff Lindsay
bff5342459 travis ci experiment 2013-06-22 22:59:24 -07:00
Jeff Lindsay
92f395dc5f Merge pull request #42 from rhy-jot/master
Run as superuser where appropriate, and fix up an example
2013-06-22 13:03:09 -07:00
rhy-jot
49ce9aa862 Run as superuser where appropriate, and fix up an example.
Pull request #25 introduced pulling the repositories as a normal user
and using sudo to esclate when necessary. This commit fixes broken
examples by adding sudo to the commands that will not work with limited
privileges. This commit also adds ./ to an example where needed.
2013-06-22 12:21:47 -07:00
Jeff Lindsay
dab5b7911b Merge pull request #41 from rnorth/auto_restart
Making docker automatically restart previously running containers
2013-06-22 11:01:45 -07:00
Richard North
e295c46672 Making docker automatically restart previously running containers 2013-06-22 15:53:09 +01:00
Jeff Lindsay
5855c75dd3 dropping ruby dependency and cleaning up a simple if statement 2013-06-21 16:43:02 -07:00
Jeff Lindsay
5fd7ac4fba replacing ruby json parsing 2013-06-21 13:40:59 -07:00
Jeff Lindsay
c3aa085fb3 Merge pull request #38 from fcoury/nginx_config
Enables nginx configuration server_names_hash_bucket_size
2013-06-21 11:46:28 -07:00
Felipe Coury
47c6b87e2b added myself to AUTHORS 2013-06-21 15:44:05 -03:00
Felipe Coury
c058c17f63 enables server_names_hash_bucket_size in nginx 2013-06-21 15:43:56 -03:00
Jeff Lindsay
bc828475e8 Merge pull request #34 from silasb/add-my-self-to-authors
Added myself to AUTHORS
2013-06-21 11:39:18 -07:00
Jeff Lindsay
f25c9eb3c8 Merge pull request #37 from fcoury/bootstrapping
Bootstrapping improvements
2013-06-21 11:33:59 -07:00
Felipe Coury
1f175f7d12 installs docker 0.4.2 instead of the latest available 2013-06-21 15:25:27 -03:00
Felipe Coury
d7a77ed2cd bumped buildstep submodule dependency to latest master 2013-06-21 15:25:05 -03:00
Jeff Lindsay
79a0bc001c Merge pull request #21 from unclejack/fix_bootstrap_script
Fix bootstrap script
2013-06-21 10:06:18 -07:00
silasb
f97fbef82f Added myself to AUTHORS 2013-06-21 08:00:55 -04:00
unclejack
c8baad638e add curl to the list of packages to be installed 2013-06-21 10:51:08 +03:00
unclejack
4634bf68b2 install kernel & python-software-properties separately
The bootstrap script was installing software-properties-common.
The package which contains add-apt-repository is:
python-software-properties

$ apt-file search add-apt-repository
python-software-properties: /usr/bin/add-apt-repository

The kernel failed to install for me in vagrant, so that step should be
done separately to not break the install. The system might already have
a kernel which is fully docker compatible.
2013-06-21 10:50:03 +03:00
Jeff Lindsay
8aad633606 Merge pull request #32 from kornnflake/upstream3
Add myself to authors
2013-06-20 23:16:15 -07:00
Your Name
1ca9e05be7 Add myself to authors 2013-06-21 08:08:01 +02:00
Jeff Lindsay
47aad38840 Merge pull request #31 from fcoury/test_apps
Added test apps for Go, PHP and Python
2013-06-20 23:04:50 -07:00
Felipe Coury
fa9757b784 added python test app 2013-06-21 03:03:17 -03:00
Felipe Coury
f9ffc72f5e added php test app 2013-06-21 03:03:17 -03:00
Felipe Coury
b31ef35ccc added go test app 2013-06-21 03:03:13 -03:00
Jeff Lindsay
e16be6096b Merge pull request #30 from rhy-jot/master
Add myself to authors
2013-06-20 21:15:58 -07:00
rhy-jot
3a724bae85 Add myself to authors 2013-06-20 20:59:43 -07:00
Jeff Lindsay
c6ed38512b Merge pull request #29 from rhy-jot/master
Use HTTPS when fetching external resources
2013-06-20 20:51:18 -07:00
rhy-jot
de78434086 Use HTTPS for DOKKU_STACK and BOX_URI 2013-06-20 20:20:37 -07:00
Jeff Lindsay
7fd0d797ab Merge pull request #26 from frio/master
Explicitly install dnsutils during installation
2013-06-20 17:20:31 -07:00
Jeff Lindsay
d690c5da43 Merge pull request #25 from kornnflake/upstream1
Run bootstrap.sh as super user
2013-06-20 17:19:06 -07:00
frio
f9d594bbe9 Explicitly installs dnsutils when bootstrapping
The dig command at line 19 requires dnsutils.  It's part of
ubuntu-standard, but my VM host doesn't install that by default.
Explicitly depending upon it fixes the installation.
2013-06-21 09:11:35 +12:00
Your Name
19c69a28fa Run bootstrap.sh as super user 2013-06-20 23:08:54 +02:00
Jeff Lindsay
bc29aeadc1 english is harder than code 2013-06-20 09:48:18 -07:00