Platoniq / decidim-install

A step-by-step guide to install Decidim on a production site
https://platoniq.github.io/decidim-install/
GNU Affero General Public License v3.0
54 stars 35 forks source link

Installation script not working with 3+ fatal errors #99

Open zyf722 opened 2 years ago

zyf722 commented 2 years ago

Tried both on fresh WSL2 Ubuntu 18.04, 20.04 and also Github Actions workflow.

1.Doorkeeper::MissingConfiguration :heavy_check_mark:

Doorkeeper::MissingConfiguration: Configuration for doorkeeper missing. Do you have doorkeeper initializer?

Location: Step 4: decidim. My Solution: Mannually create an initializer file (Link).

2.Webpacker configuration file not found :heavy_check_mark:

Webpacker configuration file not found config/webpacker.yml. Make sure webpacker:install is run successfully before running dependent tasks.

Location: one step between Step 4: decidim and Step 6: create (apologies for unable to give the precise location, for my console output history was cleared) My Solution: Execute bundle exec rails webpacker:install in the decidim folder.

3.ERROR: relation "decidim_system_admins" does not exist :x:

PG::UndefinedTable: ERROR: relation "decidim_system_admins" does not exist (ActiveRecord::StatementInvalid) Location: Step 6: create, line 570 & 574 of the script. My Solution: N/A at present.

pixelpax commented 1 year ago

Same, rails 7.0.4, feels critical.