Skip to content

Can't install on an AWS EC2 instance #80

@stephanedesjardins-qc

Description

@stephanedesjardins-qc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions