mirror of
https://github.com/bitnami/containers.git
synced 2026-03-24 14:57:52 +08:00
Updated PrestaShop to 1.6.1.7
This commit is contained in:
@@ -3,17 +3,17 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r10
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=prestashop \
|
||||
BITNAMI_IMAGE_VERSION=1.6.1.6-r4 \
|
||||
BITNAMI_IMAGE_VERSION=1.6.1.7 \
|
||||
PATH=/opt/bitnami/php/bin:/opt/bitnami/mysql/bin/:$PATH
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg unpack apache-2.4.23-5 --checksum ce7996de3c2173a72ad742e7ad0b4d48a1947454d4e0001497be74f19f9aa74c
|
||||
RUN bitnami-pkg unpack apache-2.4.23-7 --checksum bcbe93875f4017ed762caf73774a35b449e22c441e6b3f619f386294ba0a5958
|
||||
RUN bitnami-pkg unpack php-5.6.26-1 --checksum b7a72ae78f9b19352bd400dfe027465c88a8643c0e5d9753f8d12f4ebae542a2
|
||||
RUN bitnami-pkg install libphp-5.6.26-1 --checksum 327d070f57727f2ed4f0246d0e3f61c5a94f6366d21a7e7e4572fe6c9c8e8c2d
|
||||
RUN bitnami-pkg install mysql-client-10.1.13-4 --checksum 14b45c91dd78b37f0f2366712cbe9bfdf2cb674769435611955191a65dbf4976
|
||||
|
||||
# Install prestashop
|
||||
RUN bitnami-pkg unpack prestashop-1.6.1.6-1 --checksum 9076e05c581760c53820083c990533ed25bb804f8542e623fc3c45ae1909c21a
|
||||
RUN bitnami-pkg unpack prestashop-1.6.1.7-0 --checksum a86f2e7b222aeb22667639ed2f8d18b9dd8d63edc33e7ec64eca02657afa22e9
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
[](https://hub.docker.com/r/bitnami/prestashop/)
|
||||
# What is PrestaShop?
|
||||
|
||||
> PrestaShop is a popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing.
|
||||
PrestaShop is a popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing.
|
||||
|
||||
http://www.prestashop.com
|
||||
|
||||
@@ -67,13 +66,13 @@ 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 the PrestaStop storefront at http://your-ip/. To access the administration area, logon to http://your-ip/administration
|
||||
Then you can access your application at http://your-ip/
|
||||
|
||||
*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. In case you already started your containers, you can reconfigure your prestashop host via executing the next commmand: `docker-compose exec application nami execute prestashop configureHost new.host.name.com`
|
||||
*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.
|
||||
|
||||
## Persisting your application
|
||||
|
||||
If you remove every container all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. If you are using docker-compose your data will be persistent as long as you don't remove `mariadb_data` and `prestashop_data` and `apache_data` volumes.
|
||||
If you remove every container all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. If you are using docker-compose your data will be persistent as long as you don't remove `mariadb_data` and `prestashop_data` and `apache_data` volumes.
|
||||
|
||||
> **Note!** If you have already started using your application, follow the steps on [backing](#backing-up-your-application) up to pull the data from your running container down to your host.
|
||||
|
||||
@@ -229,7 +228,7 @@ information)
|
||||
|
||||
# License
|
||||
|
||||
Copyright (c) 2016 Bitnami
|
||||
Copyright 2016 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user