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!
I request an article on installing the GeoIP Geo location PECL extension. The Piwik version http://piwik.org/faq/how-to/#faq_164 seems to miss out or assume half the steps. Thanks…
@jr5689 I have written a detailed article about GeoIP PECL it should be published in a few hours~days.
I came to the step “Complete the Piwik Installation Through the Web Installer” but I have an codeigniter installed on my server. (Note: codeigniter redirects urls to its inner functions) So should i need to uninstall codeigniter to finish the piwik installation? And basically i’m installing piwik to have possibility to use GeoIP. May be there is no need to continue the installation of piwik?
@yevgtan: You do not need to uninstall CodeIgniter, it should work fine even with CodeIgniter installed.
<blockquote>And basically i’m installing piwik to have possibility to use GeoIP. May be there is no need to continue the installation of piwik?</blockquote> Piwik is basically a self-hosted version of Google Analytics – is that what you need?
I run an OpenCPU (nginx) server on Ubuntu 13.10 in my droplet. At first piwik did not work, then I noticed the tracking code contained “://ocpu/piwik/”;
Once I changed that to “://<my IP>/piwik/”; it worked (the android phone app. The desktop OS browser version still gives me Error: Form security failed. Please reload the form and check that your cookies are enabled. If you use a proxy server, you must configure Piwik to accept the proxy header that forwards the Host header. Also, check that your Referrer header is sent correctly.)