-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Dokku support for Debian Jessie installation #1607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Using git-based urls meant that the user must authenticate against github, which can fail in certain situations
This package is the version we use for as a dokku dependency, and thus there is no need to specify a *specific* version when building the deb packages. Refs #976
On debian, rsyslog runs as root, so we don't want to force the non-existent syslog owner. Fix syntax error
f000890 to
b304166
Compare
plugins/nginx-vhosts/functions
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not simply "systemctl reload nginx" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I asked in #debian on freenode and they said this was the way to do it, and that invoke-rc.d would do the right thing, regardless of the init system in use.
Debian systems do not have the proper ruby installed, so installing fpm fails.
This ensures that we can call apt-get update after adding a new apt source. Debian needs a bit more time to refresh it's own caches, so we just force it's cache to be clean before calling apt-get update again.
|
Tested and working on a local system. Going to test it on a DO instance now. Ideally we can just use the same packages on both installations. |
Dokku support for Debian Jessie installation
First pass at making everything work. Not yet tested of course!
Refs #976