Useful Snippets

Welcome!


This blog is used to collect useful snippets related to Linux, PHP, MySQL and more. Feel free to post comments with improvements or questions!

Are your smart devices spying on you? Make better purchasing choices and find products that respect your privacy at Unwanted.cloud

RSS Latest posts from my personal blog


Most viewed posts


Subscribe to RSS feed


Setting up EasyEngine on Ubuntu 14.04 + PHP 5.5 + Nginx + Memcached Object cache

Stanislav KhromovStanislav Khromov

Start with a base Ubuntu 14.04 install, and then run:

curl -sL rt.cx/ee | sudo bash    # install easy-engine
source /etc/bash_completion.d/ee # code completion in CLI
apt-get install memcached php5-memcached # install memcached and  memcached php bridge (optionally also install php5-memcache)

ee system install                # install nginx, php, mysql, postfix
ee site create example.com --wp  # install wordpress on example.com    

Source

That’s really all you need to do!

Web Developer at Aftonbladet (Schibsted Media Group)
Any opinions on this blog are my own and do not reflect the views of my employer.
LinkedIn
Twitter
WordPress.org Profile
Visit my other blog

Comments 1
  • Peter
    Posted on

    Peter Peter

    Reply Author

    And try the – – wpfc switch on the last command to get a really nice setup with Nginx FastCGI Cache. Works really good as it is. With some minor tweaks you can run a large site with very good performance if you combine with the recommended W3TC setup.