Commit Graph

59 Commits

Author SHA1 Message Date
Maciej Małecki
1d3ae29ba6 dotcloud/docker#1869 is closed and released 2013-11-13 23:33:14 +01:00
Kerry Ivan Kurian
f8fb8e104a spelling 2013-11-12 19:10:43 -05:00
rhy-jot
be97ee6019 Add upgrade instructions for users pre-27d4bc8c3c 2013-11-12 11:00:29 -08:00
rhy-jot
dd0fe5eeb1 Update environment variable section to reflect new config plugin 2013-11-11 21:05:11 -08:00
rhy-jot
a0b7831b08 Pull the advanced installation sections into their own document 2013-11-11 20:45:30 -08:00
rhy-jot
d829135d78 Remove ideas for improvement (they're complete or near completion) and mention Flynn. 2013-11-11 18:56:16 -08:00
Jeewes
3cf7fbae06 Falsy statement in installation guide.
It says:
"Almost done! For next steps on configuration:
  https://github.com/progrium/dokku#configuring"
after bootstrapping..
2013-11-04 22:01:54 +02:00
rhy-jot
0da5065429 Mention issues with 13.10 2013-10-30 19:37:02 -07:00
Jeff Lindsay
483860e429 reorganizing deploy readme 2013-10-30 17:31:59 -05: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
Jose Diaz-Gonzalez
01d57ef0dc New command: dokku delete <app>
Two new hooks are implemented:

- pre-delete $APP
- post-delete $APP

The following are implemented in the `post-delete` hook:

- `$APP` directory deletion (00_dokku-standard)
- nginx reload (nginx-vhosts)

The following command can be executed by either the `dokku` or `git` user as `sudo`:

    sudo /etc/init.d/nginx reload

Refs #124
Closes #186
2013-10-27 17:49:11 -04:00
Alexander
13cda0fd16 make all -> make install 2013-10-15 22:49:56 +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
Alexander
7b8b8172e8 Add run command to README 2013-08-21 23:46:35 +02:00
Jakub Niewczas
0254cb5907 remove leading 'remote:' from git output 2013-08-17 18:29:33 +02:00
Alexander
7c4f2fd801 Mention and link plugin page in the readme 2013-08-14 22:27:11 +02: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
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
9b27a3faf6 Merge pull request #104 from alexanderbeletsky/ssl
issue #101: added ssl configuration
2013-08-02 19:47:34 -07:00
gaaady
e616da514c update readme to ubuntu 64 2013-07-28 16:24:24 +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
Alan deLevie
fa34cb3eff fix readme typo (date => data) 2013-07-23 10:05:46 -04: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
rhy-jot
7c6f7232d9 Fix typo, change up some wording 2013-07-22 21:06:09 -07:00
k4ml
2edc4e890d Fix #107 2013-07-23 11:22:23 +08:00
alexanderbeletsky
eef39c30d3 issue #92: inserting environment file to docker instance 2013-07-19 09:17:41 +03:00
Alexander
264d196eee Merge remote-tracking branch 'origin/master' into bootstrap
Conflicts:
	README.md
2013-07-05 07:42:01 +02:00
Jeff Lindsay
c118c20b36 Merge pull request #75 from interstateone/wget-filename
Change filename used in Advanced Installation section of README
2013-07-04 22:24:42 -07:00
Emanuele Rocca
bc852395cc Point to the right conf file for domain name
README.md states that the domain name should be set in ~git/DOMAIN. However,
~git/VHOST is the right file for that setting.
2013-07-04 17:01:42 +02:00
Alexander
49f1c444c4 cde -> cd 2013-07-03 09:06:08 +02:00
Alexander
621de7cbd1 We don't want the progrium version here ;) 2013-07-02 23:41:48 +02:00
Alexander
99dcacd991 Tune "Advanced installation" documentation 2013-07-02 23:28:14 +02:00
Brandon Evans
04e0618833 Just use the non-redirected URL instead 2013-07-02 14:32:18 -06:00
Brandon Evans
30bd933e68 Change filename used in Advanced Installation section of README
wget uses the given url to name the downloaded file and doesn't take the redirect into account
2013-07-02 14:21:24 -06:00
Alexander
a3cf19b9b5 Add progrium/pluginhook to README 2013-07-02 21:51:24 +02:00
Jeff Lindsay
70be1daec4 removing buildstep submodule and replacing it with the buildstep script that dokku actually uses. the buildstep project is otherwise completely separate other than the artifact it builds (the progrium/buildstep container) 2013-06-30 01:17:32 -05:00
Jeff Lindsay
dc2c4825d8 Update README.md 2013-06-29 16:13:00 -05: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
d690c5da43 Merge pull request #25 from kornnflake/upstream1
Run bootstrap.sh as super user
2013-06-20 17:19:06 -07: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
Jeff Lindsay
a22c55a76b updated mention of supported buildpacks and link to more 2013-06-20 09:47:32 -07:00
Jeff Lindsay
8b7c8ad5eb helpful links 2013-06-19 17:43:51 -07:00
Jeff Lindsay
e5ba03eea0 the responsible thing to do 2013-06-19 17:33:56 -07:00
Jeff Lindsay
edcfdc97ea this is slightly more clear 2013-06-12 14:02:36 -06:00
Jeff Lindsay
f1e031d06a mention sshcommand 2013-06-11 20:51:48 -07:00
Jeff Lindsay
a25f6437c0 actually i lied. still problems on ubuntu 12.x 2013-06-11 00:31:10 -06:00