-
Notifications
You must be signed in to change notification settings - Fork 94
/
alankent_magento_2_demo.pmx
69 lines (55 loc) · 1.83 KB
/
alankent_magento_2_demo.pmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
name: Magento 2 Demo
description: This Panamax template contains an alpha build of Magento 2. It is an
experiment to see how well Panamax can be used to allow people to grab a copy of
the next Magento release and get it up and running without having to worry about
constantly changine installation instructions.scription
keywords: Magento2, alpha, demo
type: Magento
documentation: |-
## Application Name:
Magento 2 0.1.0-alpha89 Demonstration
## System Requirements:
Recommended: 2 cores, 4GB memory
## Setup:
Set the PUBLIC_HOST to the host name to access the site. This is used when
forming URLs to additional pages.
Not that restarting the container will wipe the database and create it
again from scratch.
See also https://github.com/alankent/docker-magento2-demo-apache
##Post-Run Instructions:
Access http://yourhost.com/ to access the store front (try a query of 'jacket').
Access http://yourhost.com/index.php/backend for the admin interface.
Username 'admin' and password 'admin123'.
##Resources:
[Blog Post](http://alankent.wordpress.com/2014/08/24/magento-2-demo-on-docker-and-panamax/)
[Magento 2 Demo Docker Image](https://github.com/alankent/docker-magento2-demo-apache)
[Magento](http://www.magento.com/)
images:
- name: alankent_docker-magento2-demo-apache_latest
source: alankent/docker-magento2-demo-apache:latest
category: Application Tier
type: Default
ports:
- host_port: '80'
container_port: '80'
proto: TCP
links:
- service: mysql
alias: mysql
environment:
- variable: MYSQL_USER
value: root
- variable: MYSQL_PASSWORD
value: admin
- variable: PUBLIC_HOST
value: localhsot
- name: mysql
source: mysql:latest
category: Database Tier
type: Default
expose:
- '3306'
environment:
- variable: MYSQL_ROOT_PASSWORD
value: admin