【发布时间】:2018-02-14 08:16:58
【问题描述】:
我正在尝试以下命令在 ubuntu(Nginx 和 PHP 5.6)上安装 magento 2.1,但我收到运行时异常消息
[Runtime Exception] "-?" option does not exist.
php bin/magento setup:install -–base-url=<my_ip> --backend-frontname=admin
--db-host=<my_host> --db-name=magento2 --db-user=root --db-password=<my_password>
--admin-firstname=Subham --admin-lastname=Kumar --admin-email=<my_email> --admin-user=admin
--admin-password=<m2_password>--language=en_US --currency=USD --timezone=America/Chicago –-use-rewrites=1
【问题讨论】:
-
消息到底是什么?什么版本的magento?您使用的是什么设备(db/webserver/php 版本)?提供更多细节
-
Magento 版本是 2.1,我在 Ubuntu 上使用 nginx 和 php5.6,错误消息是:[RuntimeException] The "-?"选项不存在。
标签: ubuntu installation magento2 magento2.1