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)

asked a year ago498 views
1 Answer
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
EXPERT
answered a year ago
  • 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?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions