Category Archives for Snippets
Install Magento 2 via command line
Sometimes (especially on shared hosting) Magento 2 web install just isn’t work – there is a plenty of reasons, but this post will not cover this topic, it’s about how to install Magento 2 via command line. So here is a simple shell script and hints to add some tuning to your install.
Continue Reading →Create admin user in Magento via MySQL
Quick snippet on how to create admin user in Magento via MySQL query:
Continue Reading →Create Magento categories tree programmatically
Data entry in Magento is a quite time consuming operation. Especially if you have a lot of environments and want to keep them all up to date. In this article we’ll create Magento categories tree programmatically with ability to update them without re-installing database.
Continue Reading →