
How to make a WordPress website running on a Linux webserver – Part 1
Hey guys!
Welcome to another tutorial of Just Some Tech. In this tutorial you will learn how to create your own webserver :0 running on Linux inside a datacentre. Linux is a common used OS on servers because its stable, a small amount of errors, most of the time very small footprint, fast & secure. I like to use Debian and I will also use that in this tutorial, but you can use whatever you like to.
In the first few parts of these tutorials I will talk the most about the webserver that will be running WordPress. After that we will talk about domains, logo’s and other things you need before you start. And later on in the other parts, I will get more into the WordPress CMS itself; plugins, themes, users & ofcourse the Gutenberg editor.
Links used
DigitalOcean register link: https://m.do.co/c/fd86b04158d8
WinSCP client: https://winscp.net/eng/download.php
Putty client: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Usefull information
If you are going to use the Putty client to login threw SSH, there are some usefull commands you should remember. These usefull commands will be used troughout the whole series of tutorials.
Paste your clipboard inside the server
1 |
Press left mouse button |
Change your current working directory
1 |
cd <directory to go> |
Create a new directory
1 |
mkdir <name of directory> |
Move / rename a file / folder
1 |
mv <current folder/file> <new folder/file> |
Edit a file, using nano
1 |
nano <file to edit / to create> |
Tutorial time
Comments1
Leave a Reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Player
Recent Posts
- How to secure Debian Server 9.X – Scan for malicious items (Rkhunter)
- How to secure Debian Server 9.X – Setup a firewall
- How to secure Debian Server 9.X – Disable root login & change SSH port
- How to secure Debian Server 9.X – Setup SSH keys
- How to make a WordPress website running on a Linux webserver – Part 1
I really enjoyed this video, am looking forward for part 2.