Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Thanks for this great tutorial, but I’m getting stuck at step “Database Connection”.
I receive an error message “PHP Extensions “pdo_mysql” must be loaded” and can’t continue. I’ve checked online and it seems the pdo_mysql is installed by default when setting up LAMP. I tried all the usual troubleshooting (editing php.ini adding extension=pdo.so, rebooting the whole system, restarting apache2, etc.) - but no change.
dpkg --list | grep php
ii libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.7 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php5 5.5.9+dfsg-1ubuntu4.7 all server-side, HTML-embedded scripting language (metapackage)
ii php5-cli 5.5.9+dfsg-1ubuntu4.7 amd64 command-line interpreter for the php5 scripting language
ii php5-common 5.5.9+dfsg-1ubuntu4.7 amd64 Common files for packages built from the php5 source
ii php5-curl 5.5.9+dfsg-1ubuntu4.7 amd64 CURL module for php5
ii php5-gd 5.5.9+dfsg-1ubuntu4.7 amd64 GD module for php5
ii php5-json 1.3.2-2build1 amd64 JSON module for php5
ii php5-mcrypt 5.4.6-0ubuntu5 amd64 MCrypt module for php5
ii php5-readline 5.5.9+dfsg-1ubuntu4.7 amd64 Readline module for php5
The info.php mentions: PDO support enabled PDO drivers no value
Running Ubuntu 14.04 clean install.
While trying to install new packages i got the following output:
CONNECT ERROR: Please check for sufficient write file permissions.
Your Magento folder does not have sufficient write permissions, which downloader requires.
I use Magentify for deployment and set afterwards the file permissions to
sudo chown -R www-data:www-data public/
what did i miss?
btw. thanks for this great article.
After the localization page for magento, it gets stuck, saying files need to be writable.
How do you log in property? which login is it (mysql, *nix user, phpmyadmin)?
Is this really all we need? Isn’t there more we need to do?
sudo chown -R www-data:www-data /var/www/html/
I think this may be causing problems with permissions.
While I’m installing magento set up on my local machine. In configuration web access option Base Url field I filled the address : http:.//localhost/magento and after make a click on continue button I got error message. Please enter a valid URL. Protocol is required (http://, https:// or ftp://)
That’s a great tutorial. But it’s missing how to configure Cron.
Magento 1.9 relies in cron jobs for very basic things (notifies customer when order completes, for instance).
It should be part of this turorial :)