Dear DigitalOcean Team,
we would like to have a magento installation with preconfigured sample data (http://devdocs.magento.com/guides/m1x/install/installing_install.html#install-sample), as it is provided by magento. Do you have such one click application droplets available or would it be made available in the future?
If not, what would be the best procedure from your perspective to reach that goal?
Many thanks and regards,
Falco
btw, there is no tag “Magento” available below.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi! When you create a droplet, you can select the one click Magento image. Take a look at How To Use the Magento One-Click Install Image for more info on how to use it.
To install the sample data, log in to your droplet as root and download the sample data archive:
Then, extract it and copy the files to the magento instance:
Finally, you’ll need to import the mysql dump that’s provided with the sample data. However, you will first need to delete the existing database as the sample data cannot be installed on an existing setup.
To clean up, simply delete the magento_sample_data directory:
You can now browse to your droplet’s IP address to access the demo magento store.
Setting File and Directory Ownership and Privileges
This comment has been deleted