Command not found when trying to attach static IP

0

I am putting in the command to attach a static IP to my Prestashop and it keeps coming up command not found. I have tried multiple times with different generated static IP's and still getting the same error, this is the command I have been entering, obviously without the IP posted here but it is in the command without parenthese

sudo /opt/bitnami/configure_app_domain --domain (my IP here)

已提问 1 年前524 查看次数
1 回答
0

If you can't find that command in the bitnami documentation, the following command was mentioned to use.
https://docs.bitnami.com/virtual-machine/faq/configuration/use-bnconfig/

sudo /opt/bitnami/apps/APPNAME/bnconfig --machine_hostname IP-ADDRESS
profile picture
专家
已回答 1 年前
  • I am having the same issue in attaching my Static IP to the Magento instance I'm running off of AWS Lightsail. I received the error " sudo: /opt/bitnami/configure_app_domain: command not found " And then I tried your solution and received the error " sudo: /opt/bitnami/apps/magento/bnconfig: command not found "

    I double-checked with the documentation on Bitnami and Magento here https://docs.bitnami.com/aws/how-to/troubleshoot-magento-issues/#is-magento-configured-with-the-correct-ip-or-domain

    But there is no additional help after the sudo /opt/bitnami/apps/magento/bnconfig --machine_hostname IP_OR_DOMAIN snippet.

    Any advice?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则