Setup Plesk Control Panel For Wordpress Website - Part 3

Setup Plesk Control Panel For Wordpress Website - Part 3

In this part, we will setup plesk control panel for wordpress website.

This blog will have miltipart series

  1. Create new wordpress website in your local system - part 1

    We have done first part. If you have not done you can follow link below:

    https://medium.com/@nutanbhogendrasharma/setup-plesk-panel-and-deploy-wordpress-website-in-virtual-private-server-part-1-29abd1e64105

  2. Deploy a new server with plesk control panel - part 2

    https://medium.com/@nutanbhogendrasharma/deploy-a-new-server-with-plesk-control-panel-part-2-751a9bb50125

  3. Setup plesk control panel for wordpress website

  4. Deploy Wordpress website through plesk panel in vultr VPS

Start setup plesk panel

Plesk panel details:

When we setup a server, that time we got server details. There it has given the plesk panel details:

Plesk url: https://104.156.224.76:8443/login

User: root

Password: same as root

Open plesk url in browser

It will show the warning, click on Advanced -> Accept the Risk and Continue.

Next screen will show like below:

Enter username and password -> click on Log in

Next screen will show like below:

We need to fill details of administrator user. I have entered name, email, password and accepted the condition and click on Enter Plesk.

Then next screen will show like below:

Now we need to add domain name. So click on "+ Add Domain". Next screen will show like below. I have written the domain name and click on Add Domain.

After adding the domain name next screen will show like below:

Let us test dev.samplewebsite.com is working or not. For that click on "File Manager" -> click + and create index.php.

There is default index.html, i have renamed as i don't need that file.

Create index.php file

In index.php i have just written "This is test file". Click on Save.

Make a hosts entry in your local system

Open command prompt as administrator and go to drivers/etc directory. Then open hosts file in noepad.

cd drivers/etc notepad hosts

hosts file will open in notepad. We have to make host entry like below:

YOUR-SERVER-IP YOUR-WEBSITE-NAME 104.156.224.76 dev.samplewebsite.com

Check the production domain name

Open url in browser http://dev.samplewebsite.com. Click on continue to dev.samplewebste.com(unsafe).

Next will show like below:

The website http://dev.samplewebsite.com is working.

Create a database for wordpress website

We need to create database for wordpress website. In plesk panel "Website & Domains" -> click Databases.

Click on "Add Database".

Write database name and select Related site (dev.samplewebsite.com).

Create databse user -> write dabase user name, password, select "user has access to all databases within the selected subscription" -> Click on OK.

Database, database user created successfully.

We have added the domain name and created a database in this part. In next part we will transfer wordpress files.

In [ ]:
 

Machine Learning

  1. Deal Banking Marketing Campaign Dataset With Machine Learning

TensorFlow

  1. Difference Between Scalar, Vector, Matrix and Tensor
  2. TensorFlow Deep Learning Model With IRIS Dataset
  3. Sequence to Sequence Learning With Neural Networks To Perform Number Addition
  4. Image Classification Model MobileNet V2 from TensorFlow Hub
  5. Step by Step Intent Recognition With BERT
  6. Sentiment Analysis for Hotel Reviews With NLTK and Keras
  7. Simple Sequence Prediction With LSTM
  8. Image Classification With ResNet50 Model
  9. Predict Amazon Inc Stock Price with Machine Learning
  10. Predict Diabetes With Machine Learning Algorithms
  11. TensorFlow Build Custom Convolutional Neural Network With MNIST Dataset
  12. Deal Banking Marketing Campaign Dataset With Machine Learning

PySpark

  1. How to Parallelize and Distribute Collection in PySpark
  2. Role of StringIndexer and Pipelines in PySpark ML Feature - Part 1
  3. Role of OneHotEncoder and Pipelines in PySpark ML Feature - Part 2
  4. Feature Transformer VectorAssembler in PySpark ML Feature - Part 3
  5. Logistic Regression in PySpark (ML Feature) with Breast Cancer Data Set

PyTorch

  1. Build the Neural Network with PyTorch
  2. Image Classification with PyTorch
  3. Twitter Sentiment Classification In PyTorch
  4. Training an Image Classifier in Pytorch

Natural Language Processing

  1. Spelling Correction Of The Text Data In Natural Language Processing
  2. Handling Text For Machine Learning
  3. Extracting Text From PDF File in Python Using PyPDF2
  4. How to Collect Data Using Twitter API V2 For Natural Language Processing
  5. Converting Text to Features in Natural Language Processing
  6. Extract A Noun Phrase For A Sentence In Natural Language Processing