Wordpress and Nginx (bonus: Vagrant)
This post is about installing and configuring a Wordpress and serving it with Nginx. And a very plain introduction to Vagrant. Try to follow the tutorial step by step, and don't forget to comment! ;-)
Vagrant First of all, we're going to use Vagrant. It's a tool to manage VirtualBoxes from command line.
Install VirtualBox: https://www.virtualbox.org/ Install Vagrant: https://www.vagrantup.com/ Note: Archlinux users, shoud install net-tools to use Vagrant.
Once you've installed VirtualBox and Vagrant, next step is creating a Vagrant file to configure our virtual machine:
[Leer más]