Closed vovayatsyuk closed 2 months ago
I have a question about Step 2 and Step 3:
Will this work?
I've installed Mageos using the bin/magento command from Magento docs:
bin/magento setup:install \ --base-url=http://mageos.test/ \ --db-host=localhost \ --db-name=mageos \ --db-user=root \ --db-password=password \ --admin-firstname=admin \ --admin-lastname=admin \ --admin-email=admin@admin.com \ --admin-user=admin \ --admin-password=admin123 \ --language=en_US \ --currency=USD \ --timezone=America/Chicago \ --use-rewrites=1 \ --search-engine=opensearch \ --opensearch-host=localhost \ --opensearch-port=9200 \ --opensearch-index-prefix=mageos \ --opensearch-timeout=15
the same issue!
Hi, thanks for the feedback! I believe this was fixed by #82 .
I have a question about Step 2 and Step 3:
Will this work?
I've installed Mageos using the bin/magento command from Magento docs: