Skip to content

Kenan YAMAN

Dışı tekniker, içi yazılımcı

Menu
Menu

WordPress setup with domain and host received

Posted on 9 February 202014 July 2021 by Kenan

You want to make a blog or website but don’t know where to start? Are you confused about what you need to build your site? Let’s look at this together. Let’s get started.

When you want to build a website from scratch, you’ll need some programming information. With this programming knowledge, you get yourself a functionality by preparing an html page and doing the necessary programming (php, asp,django, etc.) in the background( php, asp,django, etc.). You create content using the functional programs you type and own a website. But for people with no programming knowledge, it’s a monument to obscurity.

Content management systems have been written to overcome this. Such systems are used to set up and manage a website without even programming a single one. That’s exactly what we’re going to do today.

Table Of Contents
  1. What is WordPress?
  2. Host and Domain concepts
  3. Preparation phase and necessary programs
  4. How to open an FTP account through the Host management page?
  5. How to adjust filezilla?
  6. How to create a database from the Host management panel ?
  7. How to set up WordPress ?

What is WordPress?

When it comes to the content management system, wordpress is the first software that comes to mind. This is due to the fact that it is open source and the most used content management system. Php is a content management system written using mysql. The first date of its release was May 27, 2003. It has the power to write and manage all kinds of content. For example, if you want to set up an e trading site, you can do so using wordpress with the necessary plugins. If you want a blog site you can do it with wordpress. If you are producing a product and want to advertise it, you can create yourself a portfolio site. So you can create a site using the wordpress management system in a nutshell.[yazi_ici_goruntu][space]

It offers a publishing platform with its standard, fast, lightweight and personal settings, which are distributed freely, and with its fully interchangeable core according to desired features. It contains more than 40,000 add-ons. Each of these offers custom functions and features that allow users to tailor their sites to their specific needs. If you have programming information in php, you can integrate it into wordpress by writing an add-on. Further down, you can create an add-on revenue that you typed.

WordPress official site can be found at: You can also find more detailed information by accessing the wordpress page on Wikipedia at:

Host and Domain concepts

If you want to have a site, you must have a host computer that can work 24/7, first with a name (domain/ domain name), and then wordpress files. If you look at the articles I have written about these topics before, you can find more detailed information. For more information about Domain, please contact the following address and the host for more information about the host. Since I’ve written about this before, I don’t go into too much detail here.

[yazi_ici_goruntu] [space]

Preparation phase and necessary programs

I keep assuming you have a domain name and a host. Let’s look at what needs to be done after this stage.

If you want to send content to the host you own, you’ll do it through an app instead of the interfaces you’re used to. Because host computers do not have an interface like computers for personal use. That’s why we’re going to do the actions you want to do using additional programs.

Let’s talk about the technology used first. A technology called FTP (file transfer protocol) is used for this transfer process. An FTP connection is created between two computers connected to the Internet (your computer and host computer) to transfer files. This connection allows the file transfer process.

We need to use an FTP program to transfer files to the host. There are many FTP programs available on the Internet. But the most widely used program is filezilla. With this program, we can send anything we want to our host computer.

This program creates a connection between the host and the computer we use, and thanks to this connection, we can send files to our host. To download filezila, go to the official site at this address. It’s downloadable for Windows and linux, so you can use it on both platforms.

Let’s download the Filezilla program from the official site to our computer.

Now we’re going to need wordpress files to set up wordpress. So let’s download the necessary files from wordpress. You can download it at this address.

How to open an FTP account through the Host management page?

Once we have obtained the files that are required to us, we need to contact the filezilla program by entering the information of the host computer. Before that, we need to go to the host management panel and create an FTP account.

To do this, you can create an FTP account by going to the management panel provided to you by the company where you received the host service, creating a new account within FTP management.

Create an FTP account through the host management panel

Although this varies depending on the host management panel you are using, the process is the same. Before you go to FTP management, there are FTP accounts that have been created. Here you say add a new account, and after you enter the required information, the FTP account is created.

How to adjust filezilla?

Now that we’ve got the FTP account, we can get to the side of the netbell now. [baglanti_kare][goruntu_kare][yazi_ici_goruntu][space]

As I’ve written before, it serves a single purpose with filzil, file transfer. Now we can identify the FTP account we’ve opened into the netzil la and make a connection between the host computer. For this, we open the filezilla program and click on the icon on the left side.

Making an FTP connection with filezilla
Making an FTP connection with filezilla

Site links are provided through the pop-up window. You can also use the “File>site administrator” path to access this window. Or it is possible to reach the screen on the same screen by shortening “Ctrl+s” via the keyboard.

After we reach the Site manager window, we’ll use the “Add site” button here to add host information.

Filezilla site management screen
Filezilla site management screen

After pressing the Add site button, the section on the right will be active.

Filezilla site management screen 2
Filezilla site management screen 2

We’re filling up the places I’ve numbered, respectively.

  • 1 – Address of our server computer. That’s usually the way it is. ftp.domainadresiniz.com
  • 2 – Port number we will use for connection to the server. Port 21 is used for FTP connectivity. We’re going to write 21 here.
  • 3 – We choose “normal” from the drop-down menu here because we will sit down and open it with user information
  • 4 – We enter the username we create from the host management panel. We only had one name on the management panel. Here we will use the name and domain address we entered as a username. username@domainadresiniz.com
  • 5 – When creating an FTP account, we enter the password we enter

After filling in this information, we can connect to our server by pressing the connect button.

Once we connect the server, we will view a set of files that were previously in the server. But before that, I want to tell you about the interface of the filezilla program.

Filezilla home screen
Filezilla home screen

The filezilla home screen consists of four parts.

  • 1 – The part where information about the server connection appears
  • 2 – The part where the files on our computer appear
  • 3 – The part where the files on the host computer appear
  • 4 – The part where transactions during file transfer appear

Here are the local and remote server screens that are important to us, i.e. screens 2 and 3.

[goruntu_kare]

We’ll upload our files to the folder that says “public_html” between folders on the host computer. That’s why we’re opening the inside of this folder first. Then we remove the wordpress files we downloaded to our computer from the archive and make them ready to send them to our host computer.

From the Filezilla program, we find wordpress files that we removed from the archive from the screen with the files of our own computer in the second part, and we choose them all. Then we right-click and press the load.

Filezilla file transfer process
Filezilla file transfer process

This allows wordpress files on our computer to be installed in the “public_html” folder on the server.

While our files are uploaded to the server, we’ll create the database that’s required for wordpress. We’re going to need a database during WordPress setup.

How to create a database from the Host management panel ?

Let’s briefly address the database. The database wordpress settings are where all the information we write, all the pictures we’ll upload, user comments from the site, and everything you can think of. So i need a database to make the wordpress system work. We need to create a database by going back to the host management page. [goruntu_kare][space]

Phpmyadmin is the name of the application that manages database operations. With this application, we can perform all database operations, but sql encoding information is required. Instead you can create a database using only visual entities without knowing coding through the host management panel.

Now let’s reopen the host management page and go to “mysql management” or go to the “mysql management” page if you’re using english.

Host management panel
Host management panel
Create a database from the host management panel
Create a database from the host management panel

This section wants a database name, database username, and password. The Host panel automatically creates a user for the user name that starts with the database name. You can change this part if you want. Then we set a password. We will use this information when setting up wordpress. So don’t forget to take notes somewhere.

[yazi_ici_goruntu]

After you create the database, let’s go back to the filezilla program. He’s probably finished sending files.

How to set up WordPress ?

We have carried out all the necessary stages for wordpress installation. We sent our files to the server, created a database. We can get set up now.

To start the installation, we add a slash sign “/” to the web browser after you type the name of our site as well as domain address and type “wp-admin”. This will lead us to the wordpress setup page.

[partner] [space]

wordpress setup screen
wordpress setup screen

This is the first page that greets us. Here is the emphasis that the information contained with the database is necessary. We continue because we have the necessary information for the database.

wordpress database settings screen
wordpress database settings screen

On this screen, we need to enter the database information that we create through the host management panel. Here’s the important part: database name, user name, and password section. We don’t need to intervene in the other part.

When entering the database name, we need to enter it the way it is shown in the management panel. For example, if we typed “wordpress” for the database name, we need to enter it here with the name given by the server. This is usually supplied with the username. For example, let’s call it ahmet, the name the host company gave you. In this part of wordpres, you must type “ahmet_wordpress” as the database name.

[baglanti_kare][space]

In the same way as the database username, we enter the name we created from the host management panel. Again with the username.

Then we enter the password we identified and press the send button.

Wordpress database operations performed successfully
WordPress database operations performed successfully

If the information you enter is correct, you will encounter a screen like this. It says we can continue the setup process with a screen that successfully states that the database connection has been made.

The purpose of adding a database first, as I said before, is that all information will be registered in the database, so a database connection must be established first.

Wordpess site months screen
Wordpess site months screen

After we finish the installation process, the page where the basic settings are made for our site are welcomed. This page has a title for our site, a user and password to log in to the site, and there are a few more settings related to the site. We fill these parts as we wish.

[goruntu_kare]

After you complete this operation,

wordpress site information completed successfully
wordpress site information completed successfully

We encounter a screen that indicates that all operations have been completed. The username I specified on this screen and the password I set before appear, hidden.

To log in to the system, you can click on the button to go to the home screen. To log into the system outside this button, simply type “wp-admin” after you have placed a slash sign “/” at the end of your website. The page required to log in will meet you.

After logging into the system, we reach the wordpress homepage

wordpress homepage
wordpress homepage

With this management system, you will be able to manage any content you want.

It is related to the use of wordpress after this. That’s a different subject of writing 🙂

[baglanti_kare][goruntu_kare][yazi_ici_goruntu][space]

Bunu paylaş:

  • Twitter
  • Facebook

Related

Leave a Reply Cancel reply

Categories

  • Console
  • Django-en
  • English
  • General
  • Hardware
  • Kick-off information
  • Linux-en
  • Python-en
  • Software
  • TürkçeTürkçe

Personal VPN setup

Personal vpn setup

RSS Rss

  • Samsung np s3511 laptop fan temizliği, termal macun değişimi ve parça değişimi (RAM, HDD,Cd room,CPU ) 12 October 2021
    Herkese merhaba, uzun zamandır bir laptop söküp bakım yapmamıştım. Eski bir arkadaşım laptopuında ısınma ve kapanma sorunları olduğunu söyledi. Bir hafta sonu misafirliğe giderek laptopa güzel bir temizlik yaptık. Temizlik yaparken yaptığım işlemleri resim çekerek görselleştirdim. Ben temizlik için laptopu söktüm fakat sadece temizlik yapmak dışında bu yazınında başlığında gördüğünüz gibi parça değişimi işlemleri içinde...
  • Linux işletim sisteminin yanına windows işletim sistemi nasıl kurulur ? [Dual boot] 28 June 2021
    Herkese merhaba, bugün ki konumuz dual boot, bir başka değişle; bilgisayarınızda yüklü olan işletim sisteminin yanına bir başka işletim sistemi kurmak. Uzun yıllar Windows kullanmış bir birey olarak, yaklaşık 5-6 yıldır Linux tabanlı işletim sistemleri kullanıyorum. Uygulama geliştiricelerin kullanırken daha rahat hissetiği ve işletim sistemi üzerinde tam kontrole sahip olduğu bir işletim sistemi. Bunun yanı...
  • Docker nedir, Docker ile neler yapılır ? 14 June 2021
    Herkese merhaba, sitemin temasını değiştirdim ve bir kaç bileşen eklemesi yaptım. Bri şeyi fark ettim, bir kaç yıldır blog yazıyorum fakat bloğumda arşiv kısmına baktığımda bir kaç ay hariç geri kalan aylarda neredeyse sadece bir adet yazı paylaşmışım. Düşünüyorum; ayda bir yazıdan fazla blog yazmış olmam gerekiyor. Ama gerçekte öyle değilmiş. Neyse, bu durum bloğun...
  • Linux uyku modları ve sorunları 22 May 2021
    Herkese merhaba, uzun zamandır blog yazamıyorum. İş değiştirme olsun yaşadığım sorunlar olsun bir türlü vakit ayırıp içerik hazırlayamadım. Kendi bilgisayarım üzerinde yaşadığım bir sorunu nasıl çözdüğümü yazarak başlamak istiyorum. Öncelikle hikayenin başına dönelim. Önceki yazılarımı okuyanlar bilir, askerden geldikten sonra yaptığım ilk iş bilgisayarıma format atmak oldu. Herşeye sıfırdan başladım. Buraya kadar bir problem yok...
  • WordPress, web sitenizde kritik bir hata oluştu! 3 April 2021
    Herkese merhaba, uzun süredir içerik üretemedim ve fazla vakit ayıramadım buralara, yeterince vakit bulamadım işin açıkcası. Bulduğum ilk fırsatta bir iki yazı yazmak istedim. İlk yazım wordpress kullanan her kullanıcının başına gelebilecek türden bir hata. Bir gün web sitenize girmek istediniz ve karşınıza böyle bir ekran geldi. [goruntu_kare][goruntu_kare_amp] Siz en son bıraktığınızda siteniz güzel ve...
  • İnternette Kişisel Güvenlik 24 January 2021
    Geçtiğimiz günlerde WhatsApp’ın güncellediği kişisel veri ilkesiyle ülkemizde büyük ses getird. Bununla birlikte telefonumuzda ya da bilgisayarımızda kullandığımız uygulamaların ne tür verileri sakladığını ve bu verileri ne amaçla kullandığını bilmek kişisel olarak güvenliğimizi artırmak için araştırmamız gereken konular arasına girdi. İnternet üzerinde yaptığımız her türlü araştırma ve web site ziyareti kayıt altına alınıyor bu bir...
  • Nasıl pasaport alınır ? detaylı anlatım 2021 5 December 2020
    Dünyanın başına gelmeyen olayın kalmadığı 2020 yılının son ayındayız. Hastalıklar, doğal afetler, ölümler, patlamalar, çatlamalar envai çeşit sıkıntıyla yüzleştik, umarım 2021 yılı daha hurulu ve mutlu geçer tüm dünya ve bizim için. 2020 yılının son ayına girdiğimiz şu günlerde uzun süredir aklımda olan bir eylemi gerçekleştirdim ve pasaport aldım. Pasaport alırken yapılacak işlemleri ve pasaport...
  • Pythonanywhere üzerinde selenium kullanımı 5 November 2020
    Python üzerinde veri kazıma yapmak isterseniz eğer muhakkak ismini duyup araştırmışsınızdır selenium modülünü. Selenium modülü ile kullanıcı taklit edilecek web sitesi üzerinde testler oluşturabilir ya da veri kazıma işlemleri yapabilirsiniz. Peki bu işlemleri herhangi bir ekrana sahip olmayan uzak sunucu üzerinde yapmak istersek nasıl gerçekleştireceğiz ? Hadi başlayalım. [baglanti_kare] [baglanti_kare][space] Python selenium modülü nedir ?...
  • Polylang eklentisi nedir ? WordPress sitesine çoklu dil ekleme nasıl yapılır ? 29 October 2020
    Herkese merhaba, bir blog siteniz varsa ve sürekli yazılar yayınlayıp paylaşıyorsanız eğer bir süre sonra bu yazıları farklı diller içinde paylaşmak isteyebilirsiniz. Farklı dillerde yayın yaparak daha fazla kitelelere ulaşabilir ve Google adsense ya da farklı reklam gösterimlerini kullanarak daha fazla gelir elde edebilirsniz. Peki wordpress alt yapısı ile oluşturulmuş bir sitede çoklu dil eklemek...
  • HTTP Metodları nelerdir ? 26 October 2020
    Bugün ki yazımda, gün içinde sıklıkla kullandığımız fakat arkaplanına pek dikkat etmediğimiz web site isteklerine bakacağız. Bilgisayar başına geçtiğimizde gerek iş için olsun gerekse bir araştırma için olsun bir çok web sitesini ziyaret ediyoruz, bu ziyaretlerimiz sırasında site ile iletişim kurmamız gereken durumlarda meydana geliyor. Peki bu iletişimin nasıl olduğunu hiç merak ettiniz mi ?...

Archives

  • July 2021 (2)
  • April 2021 (1)
  • October 2020 (2)
  • September 2020 (1)
  • March 2020 (1)
  • February 2020 (4)
  • January 2020 (6)
  • December 2019 (5)
  • November 2019 (3)
  • September 2019 (1)
  • July 2019 (1)
  • April 2019 (1)
  • December 2018 (2)
  • November 2018 (2)
  • October 2018 (1)
  • September 2018 (1)
  • August 2018 (4)

Blog Stats

  • 22,921 hits

Blog İnformation

  • 22,921 Click

DMCA.com Protection Status

© 2022 Kenan YAMAN | Powered by Minimalist Blog WordPress Theme
Go to mobile version