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 […]
Category: Uncategorized
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 […]
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!