From cb7932579aa3ea77a6f9c80173a09d791e39b3ea Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 6 Sep 2016 07:51:12 -0700 Subject: [PATCH] readme: specify url path to administration area Closes #7 --- bitnami/prestashop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index fef619438fac..2f28153f54cd 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -67,7 +67,7 @@ If you want to run the application manually instead of using docker-compose, the $ docker run -d -p 80:80 --name prestashop --net=prestashop_network bitnami/prestashop ``` -Then you can access your application at http://your-ip/ +Then you can access the PrestaStop storefront at http://your-ip/. To access the administration area, logon to http://your-ip/administration *Note:* If you want to access your application from a public IP or hostname you need to configure PrestaShop for it. You can handle it adjusting the configuration of the instance by setting the environment variable "PRESTASHOP_HOST" to your public IP or hostname.