+1 (531) 600-1222 contact@whitedog.tech
How to Setup WordPress The Correct Way, Easily

How to Setup WordPress The Correct Way, Easily

Today we are going to go over how to properly and quickly setup your new WordPress website from scratch. This will include setting up the database, adding and editing the main WordPress files as well as setting your salts. By the end of this tutorial we will have a fully functional WordPress install setup and ready for us to get a basic site up and running.

Step-By-Step Web Server Setup From Scratch

Step-By-Step Web Server Setup From Scratch

Hi and welcome to what has since turned into a extremely long blog post. I initially thought this post would be a great starter and also thought it would take no time at all, I was wrong. This post turned into quite the unwieldy beast, and boy did it take me quite a bit of time. As i moved from piece to piece and got it all out and working, i noticed some subtle changes i needed to make, and a couple large mistakes or omissions i made along the way. So I welcome you to a complete and utter step-by-step hand holding tutorial on how to start from scratch creating a web server. I will guide you on how to install and setup required software to get the server in the shape it needs to be in to host our projects or pages. And finally we will do some configuration changes, and then test everything to ensure it all jives together and works correctly.

Installing Python, Getting our Project Ready

In this tutorial we’re going to be extending our current install to include python. We will be going over a basic python install, setting up our virtual environment and touch on how to test our multiple virtual environments. This also includes how this setup...

Sanic: Getting our Hands Dirty

I’m a new python developer and upon doing some research i stumbled across this python project called Sanic. Now i’m no pro but what i really like about Sanic is the ease of use, the active development, and being flask like makes it a little familiar to...