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

Can't install on an AWS EC2 instance #80

Open
stephanedesjardins-qc opened this issue Jun 18, 2021 · 0 comments
Open

Can't install on an AWS EC2 instance #80

stephanedesjardins-qc opened this issue Jun 18, 2021 · 0 comments

Comments

@stephanedesjardins-qc
Copy link

stephanedesjardins-qc commented Jun 18, 2021

Good morning,
I did follow the guide for manual installation. Did on an AWS EC2 Ubuntu instance. Had the error, two passenger installed, did modify to point to: passenger_ruby /home/decidim/.rbenv/shims/ruby;

And edit the decidim.conf file as supposed with the DNS of the EC2 instance...

server {
listen 80;
listen [::]:80 ipv6only=on;

server_name ec2-Instance-IP.compute-1.amazonaws.com;
client_max_body_size 32M;

passenger_enabled on;
passenger_ruby /home/decidim/.rbenv/shims/ruby;

rails_env production;
root /home/decidim/decidim-app/public;
}

an have 404 error

even if input this: http://ec2-INstance-IP.compute-1.amazonaws.com/home/decidim/decidim-app/public

I have an 404 error

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