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

setup:install is failing because of the unsecure url #24

Open
gmoigneu opened this issue Jan 25, 2018 · 0 comments
Open

setup:install is failing because of the unsecure url #24

gmoigneu opened this issue Jan 25, 2018 · 0 comments

Comments

@gmoigneu
Copy link
Contributor

gmoigneu commented Jan 25, 2018

When the deploy script runs for the first time, the setup:install command is triggered but is missing a required parameter:

/usr/bin/php ./magento setup:install \
            --session-save=db \
            --cleanup-database \
            --currency=USD \
            --base-url= \
            --base-url-secure=https://master-7rqtwti-xxx.au.platformsh.site/ \
            --use-rewrites=1 \
            --language=en_US \
            --timezone=America/Los_Angeles \
            --db-host=database.internal \
            --db-name=main \
            --db-user=user \
            --backend-frontname=admin \
            --admin-user=admin \
            --admin-firstname=John \
            --admin-lastname=Doe \
            --admin-email=john@example.com \
            --admin-password=admin12

The base_url should be filled with the proper value.

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