Jose Diaz-Gonzalez
a2d1d8c065
Setup dokku-installer within Vagrant VM on first provision
2014-11-15 20:14:01 -05:00
Jose Diaz-Gonzalez
190c50b694
Merge pull request #754 from progrium/remove-12-04
2014-11-15 16:59:01 -05:00
Jose Diaz-Gonzalez
ad516d6bf5
Remove all references to Ubuntu 12.04. Refs #238
...
We no longer test against 12.04 VMs
2014-11-15 16:57:59 -05:00
Jose Diaz-Gonzalez
a9ef99fe3d
Merge pull request #573 from Prelang/command-instead-of-which
2014-11-15 16:40:42 -05:00
Erik Nomitch
592c95eaeb
Use command instead of which for apt-get existential check in bootstrap.sh
2014-11-15 16:38:40 -05:00
Jose Diaz-Gonzalez
179305eea1
Release 0.3.0
v0.3.0
2014-11-15 15:36:02 -05:00
Jose Diaz-Gonzalez
a9010d8af0
Merge pull request #718 from Coaxial/patch-1
...
Update vagrant installation instructions
2014-11-15 15:33:58 -05:00
Jose Diaz-Gonzalez
a5aab1e637
Merge pull request #749 from vincentfretin/master
...
Fix app certificate directory in backup-import/export
2014-11-12 12:29:43 -05:00
Jose Diaz-Gonzalez
1406a41448
Merge pull request #746 from vincentfretin/patch-1
...
replace gitreceive by sshcommand in example url
2014-11-12 12:29:23 -05:00
Jose Diaz-Gonzalez
9d49cd3f4f
Merge pull request #750 from th4t/master
...
Remove unintended phrase repetition in installation.md
2014-11-12 12:29:11 -05:00
Vladislav Supalov
e771b94b3b
Remove unintended phrase repetition in installation.md.
2014-11-12 11:00:34 +01:00
Vincent Fretin
977d00efb4
The app certificates directory was renamed to tls in e2135a2c5f
2014-11-11 16:13:35 +01:00
Jeff Lindsay
470755babe
Merge pull request #748 from vincentfretin/patch-2
...
fix dokku development blog link
2014-11-11 09:04:02 -06:00
vincentfretin
9f52d02c30
fix dokku development blog link
...
http://progrium.com/dokku doesn't exist anymore. The blog is really at http://progrium.com/blog , but http://progrium.com is by default on the blog, so let's use this link.
2014-11-11 15:57:06 +01:00
vincentfretin
1cea737891
replace gitreceive by sshcommand in example url
2014-11-11 12:24:35 +01:00
Jose Diaz-Gonzalez
55e43cccc6
Merge pull request #745 from rcarmo/patch-1
...
Update README.md
2014-11-06 17:13:22 -05:00
Rui Carmo
a9d5516e04
Update README.md
...
Sorry, that typo was getting to me :)
2014-11-06 22:05:35 +00:00
Jose Diaz-Gonzalez
c05488b7c6
Merge pull request #735 from andrewsomething/master
...
Redirect to the app deployment docs on success.
2014-11-01 12:51:33 -04:00
Andrew Starr-Bochicchio
2b21fa3ed9
Redirect to the app deployment docs on success.
2014-10-31 17:52:58 -04:00
Jeff Lindsay
c092dd1719
deis sponsorship
2014-10-28 11:25:45 -05:00
Jose Diaz-Gonzalez
16095d0d79
Merge pull request #664 from alexernst/fix/hostname-url
...
Don't overwrite $APP/URL modified by plugins in post-deploy hook
2014-10-21 10:34:17 -04:00
Jose Diaz-Gonzalez
71a34f6ff1
Merge pull request #724 from ghostbar/patch-2
...
Fixing tabs issue
2014-10-20 11:34:57 -04:00
Jose-Luis Rivas
4eecfcb825
Fixing tabs issue
...
Sorry
2014-10-20 10:34:34 -05:00
Jose Diaz-Gonzalez
92ec836341
Merge pull request #723 from ghostbar/patch-1
...
Let the user know it's on the `stack` target
2014-10-20 08:02:16 -04:00
Jose-Luis Rivas
8231926eaa
Let the user know it's on the stack target
...
Since curl is running quietly it may give the impression that the installation hanged with the last message on the terminal being: "sleep 2 # give docker a moment i guess". In my case I thought it gave it a huge moment and not 2 seconds. It wasn't until the third time that I actually checked the processes on the machine and saw there it was curl downloading stuff quietly.
2014-10-20 01:35:59 -05:00
Jose Diaz-Gonzalez
c828612480
Merge pull request #721 from wrboyce/master
...
Fix `plugins-install-dependencies` [fixes #720 ]
2014-10-19 23:45:28 -04:00
Will Boyce
65c499e439
Fix plugins-install-dependencies [ fixes #720 ]
2014-10-18 02:23:33 +01:00
Pierre
3def960bf0
Update vagrant installation instructions
...
Avoids
```
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
```
that can occur on certain Vagrant images. Since we need readonly anyway, might as well use HTTPS instead of SSH.
2014-10-16 18:59:32 -04:00
Jose Diaz-Gonzalez
b8b364fd91
Merge pull request #717 from kristofsajdak/patch-1
...
Update plugins.md
2014-10-16 10:24:51 -04:00
kristofsajdak
d8d759aea9
Update plugins.md
2014-10-16 09:21:38 +02:00
Jose Diaz-Gonzalez
1663a153a6
Merge branch 'dependencies_hook'
2014-10-16 01:21:21 -04:00
Stafford Brunk
e94b46cb0c
Add a dependencies hook for plugin dependency management
2014-10-16 01:19:38 -04:00
Jose Diaz-Gonzalez
10b5ee0321
Merge branch 'patch-1'
2014-10-16 00:50:06 -04:00
Jose Diaz-Gonzalez
2d737dc554
Env vars only set at run time. Closes #555
2014-10-16 00:45:55 -04:00
Jose Diaz-Gonzalez
9fb14d9f28
Merge branch 'fix-variable-name'
2014-10-16 00:42:01 -04:00
Cameron Martin
44cf7f09f9
Fixed variable name.
...
RESTART_APP was initialized as RESTART.
2014-10-16 00:41:55 -04:00
Jose Diaz-Gonzalez
2f818b81ee
Merge branch 'fix-port-ip'
2014-10-16 00:37:24 -04:00
Ludovic Perrine
4cea884f16
Fixed port removal when docker is start with --ip with an IP other than 0.0.0.0
2014-10-16 00:37:11 -04:00
Jose Diaz-Gonzalez
0e590796c0
Merge branch 'check-config-changes'
2014-10-16 00:33:10 -04:00
Ludovic Perrine
0ec9ecad08
Restart app only if config changed
2014-10-16 00:30:07 -04:00
Jose Diaz-Gonzalez
5f5e05bba6
Merge branch 'install_man-db'
2014-10-16 00:08:13 -04:00
protomouse
59e078440d
Explicitly install man-db
...
Dokku requires mandb, but the man-db package is not part of the
minimal Ubuntu base - so install it.
2014-10-16 00:07:51 -04:00
Jose Diaz-Gonzalez
83feec8398
Merge pull request #698 from tombell/clean-up-help
...
Make `help` command output more consistent
2014-10-15 23:33:34 -04:00
Jose Diaz-Gonzalez
2d0271547d
Merge pull request #708 from progrium/576-fix-vagrant
...
576 fix vagrant
2014-10-15 23:31:13 -04:00
Jose Diaz-Gonzalez
b9eed22e35
Change targets to vagrant-*
2014-10-06 18:33:03 -04:00
Jose Diaz-Gonzalez
42a999e7cd
Merge pull request #709 from rinti/documentation-fixes
...
various grammar fixes, spell fixes and added missing words
2014-10-06 11:12:28 -04:00
Andreas Bernacca
48efdb83e7
various grammar fixes, spell fixes and added missing words
2014-10-05 22:36:01 +02:00
Jose Diaz-Gonzalez
ab44c915a8
Add a passthru make target for running dokku commands within the vagrant vm
2014-10-04 18:39:31 -04:00
Jose Diaz-Gonzalez
14145eebb1
Simplify the vagrant workflow
...
- Moved from wget to cloning the repository
- Add acl-add command to Make
- Modify the docs to use the new methodology
2014-10-04 18:39:31 -04:00
Jose Diaz-Gonzalez
a67c2c927d
Fix issue where certain hosts will not have add-apt-repository installed due to missing packages
2014-10-04 18:39:31 -04:00