-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add Ubuntu 22.04 support #228
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Senen
force-pushed
the
install_specific_nodejs_version
branch
from
October 24, 2023 13:46
9d48239
to
283c2c4
Compare
Senen
force-pushed
the
add_ubuntu_22.04_support
branch
from
October 24, 2023 13:47
1477a80
to
6347da5
Compare
Closed
Senen
force-pushed
the
add_ubuntu_22.04_support
branch
2 times, most recently
from
October 24, 2023 15:22
7bae662
to
f5d8fb1
Compare
javierm
approved these changes
Oct 24, 2023
Senen
force-pushed
the
add_ubuntu_22.04_support
branch
from
October 30, 2023 16:02
f5d8fb1
to
136a4c2
Compare
javierm
approved these changes
Nov 8, 2023
Senen
force-pushed
the
add_ubuntu_22.04_support
branch
from
November 16, 2023 10:46
136a4c2
to
45fd2ac
Compare
Senen
force-pushed
the
install_specific_nodejs_version
branch
from
November 16, 2023 16:25
9faab66
to
bb0c82d
Compare
Senen
force-pushed
the
add_ubuntu_22.04_support
branch
from
November 16, 2023 16:26
45fd2ac
to
e2971a7
Compare
Senen
force-pushed
the
install_specific_nodejs_version
branch
from
November 16, 2023 16:44
bb0c82d
to
05f8278
Compare
Senen
force-pushed
the
add_ubuntu_22.04_support
branch
from
November 16, 2023 16:44
e2971a7
to
d933c6e
Compare
javierm
changed the base branch from
install_specific_nodejs_version
to
puma_systemd
November 20, 2023 17:30
javierm
force-pushed
the
add_ubuntu_22.04_support
branch
from
November 20, 2023 17:31
d933c6e
to
ffd6c4f
Compare
javierm
force-pushed
the
puma_systemd
branch
2 times, most recently
from
November 23, 2023 18:24
d14f081
to
5af53dd
Compare
1. Errbit does not have the mongodb package available via apt. 2. The latest Errbit version uses ruby 2.7.4 which needs SSL1 while Ubuntu 22.04 supports SSL3.
For some reason I do not know yet, when running the installer on a Ubuntu 22.04 server it creates the deploy_user home directory with 750 permissions instead of 755. We need 755 permissions so other users like `www-data`, which runs the nginx service can read from the Consul Democracy puma socket. Otherwise we get a 502 Bad Gateway error when accessing the application.
javierm
force-pushed
the
add_ubuntu_22.04_support
branch
from
November 23, 2023 18:38
ffd6c4f
to
f289b71
Compare
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References
Objective