Jose Diaz-Gonzalez
b6767f8efc
Add new make targets to build and install dokku debian packages
2015-01-16 16:52:50 -05:00
Michael Hobbs
78238785ba
help2man needs dokku in place to get output
2015-01-16 13:03:48 -08:00
Jose Diaz-Gonzalez
6e7c887d5f
Install help2man
2015-01-16 15:26:57 -05:00
joliv
cbba084cb8
Use help2man to automatically generate man pages
2015-01-15 11:28:28 -05:00
Jose Diaz-Gonzalez
464ef4d879
Default DOKKU_ROOT to ~dokku if unspecified. Closes #587
2015-01-01 20:38:55 -05:00
Michael Hobbs
ee32b05a36
test against both buildstep release and master
2014-12-21 14:51:41 -08:00
Michael Hobbs
3706392e65
test with wercker
2014-12-21 14:51:40 -08:00
Jose Diaz-Gonzalez
a915b8888f
Ensure ruby is installed when running the dokku-installer
2014-12-08 21:57:10 -05:00
Thomas Boerger
9eab9ed1e1
Replaced hard coded plugins path
...
To be able to switch the plugin path i have removed the hard coded
plugin path from the catch all section of the switch within the main
dokku executable.
2014-11-23 20:32:13 -05:00
Jose Diaz-Gonzalez
b766654b4f
Merge pull request #359 from plietar/rm-plugins
...
Remove plugins before copying them again.
2014-11-15 23:34:42 -05:00
Jose Diaz-Gonzalez
a2d1d8c065
Setup dokku-installer within Vagrant VM on first provision
2014-11-15 20:14:01 -05:00
Jose-Luis Rivas
4eecfcb825
Fixing tabs issue
...
Sorry
2014-10-20 10:34:34 -05: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
Stafford Brunk
e94b46cb0c
Add a dependencies hook for plugin dependency management
2014-10-16 01:19:38 -04:00
Jose Diaz-Gonzalez
b9eed22e35
Change targets to vagrant-*
2014-10-06 18:33:03 -04: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
c5026cafa1
Ensure curl is installed before using command
2014-10-04 18:39:31 -04:00
Jose Diaz-Gonzalez
a748e123be
Silence curl stderr progress output
2014-10-04 18:39:31 -04:00
Jose Diaz-Gonzalez
2e5f88b285
Use -qq flag on apt-get to quiet installations of packages
2014-10-04 18:39:28 -04:00
rhy-jot
f6b7b62b15
Update PREBUILT_STACK_URL
2014-03-08 13:25:09 -08:00
joliv
c5665e1e83
Moved addman in Makefile as to not break everything
2014-03-08 12:23:22 -05:00
joliv
09610c1e4e
Added manpage installation
2014-03-08 11:46:46 -05:00
rhy-jot
ee7d3295c9
Follow redirects
2014-02-28 16:40:12 -08:00
rhy-jot
082ba1dc96
Update PREBUILT_STACK_URL
2014-02-28 16:39:51 -08:00
Kohei Hasegawa
57906fa562
Add $DOCKER_VERSION to specify docker version
2014-01-07 00:21:58 +09:00
Al Johri
a892a920a8
Docker build no longer works with github url
...
Change default URL for progrium/buildstep to include full git clone url
2014-01-06 06:00:42 -06:00
Paul Lietar
4da4995a18
Only delete core plugins.
2013-11-29 20:57:53 +00:00
Paul Lietar
78591a618b
Remove plugins before copying them again.
...
This way plugins can rename/delete files w/o having old files lying around.
2013-11-29 20:57:53 +00:00
Paul Lietar
4bc45256ff
Add the date and time of installation if version is hardcoded.
2013-11-21 00:41:03 +00:00
Paul Lietar
725a2e02da
Use a hardcoded version if git revision is not available.
2013-11-21 00:27:56 +00:00
Paul Lietar
252b1ed8b6
Add a version command.
...
The git tag/revision is saved when running "make install", and can be
displayed using "dokku version".
2013-11-21 00:02:02 +00:00
rhy-jot
4ad0c6bb7c
Update buildstep URL and reenable PHP test
2013-11-19 15:13:09 -08:00
Paul Lietar
584ddf9044
Make targets in the Makefile part of PHONY.
2013-11-15 10:00:30 +00:00
rhy-jot
f308025694
receiver no longer exists
2013-11-11 11:42:15 -08:00
Paul Lietar
27d4bc8c3c
Replace gitreceive by a git plugin.
...
This removes the need for two distinct users.
Git pushes and dokku commands are sent using the same user.
2013-10-28 21:15:17 +00:00
j
d617b73ece
use http for docker apt repository
2013-10-17 22:25:29 +02:00
Alexander
925a0b0f05
Merge pull request #219 from jaseg/patch-1
...
Update Makefile: Do not try to install on "make" or "make all"
2013-10-14 13:17:36 -07:00
jaseg
c1c96e22ce
Update Makefile: Do not try to install on "make" or "make all"
...
To be consistent with usual makefile usage and to not surprise people too much, only do permanent changes to the system when explicitely prompted to do so via "make install" instead of on any "make" or "make all" invocation, which is usually used for *building*, not *installing* things.
2013-10-09 21:54:56 +02:00
Alexander
2b2c68ddd7
Use pre-built buildstep image from s3. Add option to build your own.
2013-09-30 22:48:27 +02:00
rhy-jot
fbf2b28512
Install docker from dotCloud's new repository
2013-08-23 17:58:07 -07:00
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
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
rhy-jot
d56db3457b
Use apt to install lxc-docker vs downloading the .deb
2013-08-05 13:47:44 -07:00
rhy-jot
8d979b125e
Use HTTPS for DOCKER_BIN
2013-07-22 12:51:32 -07:00
unclejack
fef5ee080d
check if aufs is loaded before running modprobe
2013-07-18 13:31:55 +03:00
Jeff Lindsay
c8633db721
docker failed to connect to server immediately after installing, so maybe it needed a moment?
2013-07-16 02:05:34 -05:00
Jeff Lindsay
d160036954
docker 0.4.8 (but really basically 0.5.0)
2013-07-16 01:59:10 -05:00
Jeff Lindsay
b433626b4e
use docker 0.4.8 deb, but 0.4.2 binary. sigh
2013-07-07 18:12:39 -07:00