I spent 4 hours on setup the SSL of my website. I’ve search a lot of posts about how to enable SSL but nobody mentioned that you need to setup Apache fist. Here I’m sharing the whole process I’ve been using. Some VPS hosts, like DigitalOcean that I’ve been using, require that your domain must […]
Install WordPress on LAMP
After installing LAMP on your VPS, you can now install WordPress to build your own website. Setup MySQL First, create database and user for wordpress. Login to MySQL. sudo mysql -u root -p Create a new database. CREATE DATABASE wordpress DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; Create a new user. Replace wpuser and passwd with […]
LAMP Installation on Ubuntu 16.04
After a whole day working on my site, I finally got it runs. Here’s some instructions on how you install LAMP and WordPress on your VPS and enabling SSL for your site. And, of course, many problems I’ve faced and the solutions. I’m using Digital Ocean ubuntu-s-1vcpu-1gb host, and the path and configuration may vary. […]
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!