Jose Diaz-Gonzalez
d61d91cf87
docs: use github admonitions
...
These still need to be properly parsed.
2023-08-19 14:24:12 -04:00
Jose Diaz-Gonzalez
5dd78e2b86
docs: update markdownlint rules for better formatting
2023-08-19 13:46:42 -04:00
Arad Alvand
b235983169
Remove :master from git push commands in application-deployment.md
2023-06-10 08:11:46 +03:30
Johannes Visintini
6ddd7f09e9
Update application-deployment.md
...
example uses HTTPS, not SSH anymore
2023-05-22 12:02:40 +02:00
Samuelodan
a7695170a6
Update instructions for setting letsencrypt global email
...
Since there's no instruction for how to use the DOKKU_LETSENCRYPT_EMAIL env variable, I'm not sure why it's included here.
So, instead, I'm proposing to include the step for directly setting the global email for `dokku-letsencrypt`.
(It'll be nice to also get some explanation behind creating that env variable)
2023-03-13 05:03:58 +01:00
Jose Diaz-Gonzalez
01531c3986
docs: cleanup links to renamed docs
2022-09-05 16:49:56 -04:00
Jose Diaz-Gonzalez
b8907d1f8e
docs: update page titles to match sidebar
2022-09-05 14:43:45 -04:00
Jose Diaz-Gonzalez
c50f39b4fa
docs: more cleanup
2021-07-09 22:46:52 -04:00
Tobbe Lundberg
d7617f296b
deployment docs: fix letsencrypt plugin name
2021-03-27 09:50:02 +01:00
Jose Diaz-Gonzalez
71e7e697ae
docs: add a note on ssl and letsencrypt usage to the setup docs
...
Closes #4248
2021-03-22 18:45:54 -04:00
Jose Diaz-Gonzalez
720d37dc5d
docs: update links to builder documentation to avoid extra rewrite
2021-03-01 02:09:47 -05:00
Jose Diaz-Gonzalez
75b7ae94e1
docs: use updated links for documentation
...
Docs are now hosted on https://dokku.com , so we can avoid the extra rewrite.
2021-02-28 01:18:33 -05:00
Jose Diaz-Gonzalez
a1e7b99b26
docs: merge note into list
...
Makes it a little cleaner (though not by much).
[ci skip]
2020-12-18 12:12:59 -05:00
Thomas Güttler
52f1f2495c
If unsure use "Heroku buildpacks via Herokuish".
...
I guess this is the current sane default. Correct me, if I am wrong.
2020-12-17 21:44:10 +01:00
Jose Diaz-Gonzalez
e51165d915
docs: clarify the domain name setting in the docs
...
No need to mention the vagrant.
Closes #4246
[ci skip]
2020-12-16 16:07:13 -05:00
Scott Rossignol
ebd2778f5b
Updating readme for clarity on git push step
...
https://www.digitalocean.com/community/questions/refactorin-git-remote-add-dokku-dokku-dokku-me-ruby-rails-sample
2020-12-05 10:17:11 -05:00
Jose Diaz-Gonzalez
451abcf8f3
feat: add initial support for cloud native buildpacks
...
This change adds a new builder - builder-cnb - via the 'DOKKU_CNB_EXPERIMENTAL' environment variable. While support for customizing pack builds is not currently implemented and there may be other missing functionality, this initial implementation allows folks to start playing with CNB.
Future releases of Dokku will provide tighter CNB integration and eventually switch to CNB for default building, as well as allow users to better select builders needed for their applications.
All new code for CNB support should be considered experimental and subject to change as the support evolves over time.
2020-12-01 14:50:27 -05:00
Jose Diaz-Gonzalez
bd2867b846
Revert "The default branch for ruby-getting-started is 'main', not 'master"
2020-10-27 19:17:08 -04:00
Nate
75bb83bdec
The default branch for ruby-getting-started is 'main', not 'master
...
- Ensure the user is using the master branch to match later instructions to do a git push master.
2020-10-27 17:11:28 -06:00
Hugo Peixoto
71876756a4
Use git push main:master in docs
...
Heroku's ruby project changed its default branch from master to main.
This broke the examples in the documentation. This change explicitly
names main and master.
2020-09-14 20:23:35 +01:00
Jose Diaz-Gonzalez
7f64bb1255
docs: re-add dockerfile reference
...
Also add docker image note.
2020-07-14 19:32:52 -04:00
Fons van der Plas
996e2c7d92
Added link to the buildpack plugin docs
2020-07-01 12:33:52 +02:00
Jose Diaz-Gonzalez
722390475b
docs: Clarify the 'see the docs' internal links
...
These are usually not optional and actually explain what a user is interested in. As we don't have documentation partials, duplication isn't in favor of the project maintainer's benefit.
Closes #3927
2020-05-06 01:23:36 -04:00
Linus Metzler
34b5234e2f
Use HTTPS instead of SSH for clone
...
If the user has not yet added their public key to GitHub, using SSH for clone results in an error message due to permission denied.
2019-10-02 11:03:41 +02:00
V Anastassiou
f13a660698
Update application-deployment.md
...
Clarity and style edits
2019-04-22 04:20:48 -04:00
Mayeu - Cast
e700ad32a3
docs: fix the deploy tutorial
...
Heroku's [ruby-rails-sample](https://github.com/heroku/ruby-rails-sample ) does not run anymore on Dokku (or Heroku), and has been archived and replaced by [ruby-getting-started](https://github.com/heroku/ruby-getting-started ).
This commit replace all the occurrences of `ruby-rails-sample` by `ruby-getting-started`.
2019-04-22 14:56:13 +07:00
David
2d1f241677
rails-database -> railsdatabase
...
Naming the database rails-database throws
```Please specify a valid name for the service. Valid characters are: [A-Za-z0-9_]+```
2019-04-05 23:46:36 +02:00
Jay Jun
e839c29916
Fix Deployment guides style
2019-02-19 20:01:24 +08:00
Jose Diaz-Gonzalez
c368cc0855
docs: must to should
...
Must is a bit too strong - its possible that the app responds to web requests, just on a different port...
[ci skip]
2019-01-29 12:57:07 -05:00
Tan Jay Jun
33800e226a
Add warning about PORT variable in deploy tutorial
2019-01-30 01:47:27 +08:00
Tan Jay Jun
2e11804ec9
Fix wrong PostgreSQL environment variable in guide
2019-01-11 18:33:15 +08:00
Harry Moreno
dd30525c27
Note dokku.me is hostname and note ssh-agent
...
[ci-skip]
2018-11-17 00:40:39 -05:00
Jose Diaz-Gonzalez
d67e883e13
feat: flesh out git plugin further
...
- add `report` and `set` subcommands to the git plugin
- move configuring the DOKKU_DEPLOY_BRANCH to the git plugin
- implement configurable GIT_REV support
- migrate DOKKU_DEPLOY_BRANCH settings
- add a golang-compatible, shell based method of setting plugin configuration variables
Deprecates the community dokku-git-rev plugin.
Closes #2621
Refs dokku-community/dokku-git-rev#9
2018-03-31 03:25:03 -04:00
Jose Diaz-Gonzalez
11f8cdf29a
docs: set correct header
2018-03-11 00:04:07 -05:00
Jose Diaz-Gonzalez
160a5c9760
fix: use a colon instead of a slash for remotes
...
Using a slash is broken as it will assume that is part of the remote name.
[ci skip]
2017-10-01 14:42:07 -04:00
Jose Diaz-Gonzalez
2278290b91
docs: reword note.
...
[ci skip]
2017-09-23 02:58:25 -04:00
buckle2000
23bcb4127a
Update application-deployment.md
...
Well, please add a yellow "warning" background to the added backquote.
2017-09-23 14:53:35 +08:00
h4ck ninja
337bc9d10e
Subject-verb agreement
2017-05-28 19:00:48 -07:00
Jose Diaz-Gonzalez
0ba9393285
docs: use urls that are linkable on github
2017-04-13 23:09:46 -06:00
Jeff Fein-Worton
ed6a4426c7
Minor clarifications
2017-03-17 16:32:33 -07:00
Jose Diaz-Gonzalez
3b2bb2ebc6
docs: Note that the remote username is important
...
[ci skip]
2017-03-10 19:47:26 -07:00
Jose Diaz-Gonzalez
0aeee7ea28
Allow specifying the deploy branch via DOKKU_DEPLOY_BRANCH
...
Closes #2494
2017-01-26 00:32:23 -07:00
Slava Vishnyakov
c5117cb42f
Update application-deployment.md
2016-12-15 18:48:22 +03:00
Slava Vishnyakov
4c86f88816
Update application-deployment.md
2016-12-15 18:47:58 +03:00
Slava Vishnyakov
f100a3ee4c
Update application-deployment.md
2016-12-15 18:46:52 +03:00
Slava Vishnyakov
88f37028a2
Update application-deployment.md
2016-12-15 17:15:38 +03:00
Slava Vishnyakov
cda2e3d048
Re-deploying/restarting
2016-12-15 14:19:41 +03:00
Jose Diaz-Gonzalez
f26b3f1966
Use correct casing for Dokku name
...
lowercase should only be used to refer to the binary, not the project
2016-09-03 15:51:14 -04:00
Jose Diaz-Gonzalez
35947100b8
Move all deployment methods into their own section
...
This makes our support for each method explicit, and also allows us to add more deployment methods in the future.
[ci skip]
2016-07-05 01:21:15 -04:00
Jose Diaz-Gonzalez
29847b7ab6
Separate application management docs
...
Also add complete documentation around all the commands in the apps plugin.
2016-07-05 01:11:18 -04:00