Skip to content
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

Change default rails port #303

Open
3 tasks
andreslucena opened this issue Jul 3, 2023 · 0 comments
Open
3 tasks

Change default rails port #303

andreslucena opened this issue Jul 3, 2023 · 0 comments

Comments

@andreslucena
Copy link
Member

While working on development, we're using the port 8000 by default. As @alecslupu mentioned in a review:

I already had something else binding 8000, I had to reconfigure the bulletin board ports here and in the secrets.yml.

As 8000 is a pretty popular port, maybe would be better to document the workaround ?

We need to define one and change it in the default configurations of this repository and also of decidim/decidim:

Now we're using port 5017 for the testing instance, so 5016 might be a good number, as this range isn't assigned in the IANA:

5016-5019: Unassigned

And also doesn't seem to be popular for other services. As an exercise, compare it with 8000.

Acceptance criteria

  • Port changed in puma.rb
  • Port changed in secrets.yml template in decidim/decidim
  • Port changed in documentation/READMEs/etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant