mage-os / devdocs

Mage-OS devdocs
13 stars 24 forks source link

Installation guide question (DB and Wizard) #78

Closed vovayatsyuk closed 2 months ago

vovayatsyuk commented 11 months ago

I have a question about Step 2 and Step 3:

  1. Step 2 tells to open env.php, but we don't have this file. Do I need to create it?
  2. Step 3 tells to run web wizard. Is Web Wizard a thing in Mageos?

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
Genaker commented 9 months ago

the same issue!

rhoerr commented 2 months ago

Hi, thanks for the feedback! I believe this was fixed by #82 .