Hi all,
I am interested in creating an online store using Magento and luckily, I found a tutorial on it. However, I don’t know if 1) it is the latest and best and 2) if I should be using a LAMP stack, or LEMP stack. I haven’t seen enough of LEMP to know if this is something I should do for an online store.
What do you guys/gals think?
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!
I’ve decided not to go with Magento, I will keep exploring other options. The documentation for it is terrible and the entire experience with trying to set up my server for it was highly unpleasant.
The tutorial you linked makes use of the LAMP stack (Linux, Apache, MySQL, PHP). It was written for Ubuntu 12.04. If you want to install it on the Ubuntu 14.04 LAMP app, there are two small differences is that you should be aware of. First, the file /etc/apache2/sites-available/default is now named /etc/apache2/sites-available/000-default.conf Second, the Apache root has changed from /var/www/ to /var/www/html/ So update the files accordingly.
Also there is a newer version of Magento. You can download it with:
wget http://www.magentocommerce.com/downloads/assets/1.9.0.1/magento-1.9.0.1.tar.gz
If you want to try installing it with the LEMP stack (Nginx), check out these docs on Magento’s wiki.
Let us know how it goes!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.