-
(Only do this once) Download the sample data packages from Magento Release archives and copy to
sampledatadir. The files should be renamed to the following:- sampledata/magento-sample-data-1.9.1.0.tar.gz
- sampledata/magento-sample-data-1.9.2.4.tar.gz
-
(Only do this once per
MAGENTO_VERSIONandORDERFLOW_VERSIONcombination) From the root of this project, build a demo store installer using the following command whereMAGENTO_VERSIONis the version of Magento CE you'd like to install, andORDERFLOW_VERSIONis the extension version you wish to provision with. Remember to use a helpful tag so you can skip this step in future.docker build --build-arg MAGENTO_VERSION=1.9.4.1 -t orderflow-m1:1.9.4.1 . -
Create a target directory for your demo store
mkdir /tmp/of_m1 -
Install your demo store using the following command
docker run --rm --interactive --volume /tmp/of_m1:/app orderflow-m1:1.9.4.1 /install.sh -
Boot up your environment.
cd /tmp/of_m1 && docker-compose up -
Run the following command to install the sample db + setup a demo admin user.
bin/post-install.sh -
Visit http://localhost in your browser
-
Access the admin at http://localhost/admin.
- User:
admin - Pass:
password123
- User:
-
Notifications
You must be signed in to change notification settings - Fork 1
realtimedespatch/docker-m1-dev
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published