WordPress Introduction

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

Content Management, Working with WordPress Pavel Ivanov Telerik Corporation
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
INSTALLATION OF WORDPRESS. WORDPRESS WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
5 Days Open Source Workshop Zencart – Wordpress – Joomla Welcome Day 3.
Get closer to the most advanced CMS Mihail Semedzhiev Joomla!
About the CMS WordPress A brief overview of both Wordpress.org & WordPress.com WordPress is one of the most popular content management and blog publishing.
The easy way to a nice looking website design By a total non-designer (Me!)
PHP-Fusion. Introduction PHP-Fusion is a lightweight open source content management system (CMS) written in PHP. PHP-Fusion utilizes a MySQL database.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Drupal Workshop Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology, Drupal technology, directories.
Creating a Web Presence Introduction to WordPress Week 1.
Technology Options. Entire Project – Technologies (over simplified) 1.Front-end 2.Database 3.Server-side scripting (front-end and database integration)
PHP Basics Course Introduction SoftUni Team Technical Trainers Software University
WORDPRESS TECHNOLOGY BY AMEER. WELCOME INTRODUCTION WordPress is an Open Source software system used by millions of people around the world to create.
Composer packages Installing and Using Composer, Packagist, Packaging your code Mario Peshev Technical Trainer Software University
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
Install and Configure PHP: XAMPP, LAMP, IDEs PHP, CGI, Web Server. XAMP / LAMP / PHP in IIS. PHP IDEs SoftUni Team Technical Trainers Software University.
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
PHP Basics Course Introduction Svetlin Nakov Technical Trainer Software University
Wordpress. What is Wordpress? Wordpress is a content management system. It is free and easy to use. It allows you to build dynamic websites It is built.
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
Software Technologies
Version Control Systems
Magento Basics Getting started developing for Magento
Auto Mapping Objects SoftUni Team Database Applications
Intro to WordPress (Using XAMPP)
Databases basics Course Introduction SoftUni Team Databases basics
Data Structures Course Overview SoftUni Team Data Structures
C# MVC Frameworks – ASP.NET
Introduction to MVC SoftUni Team Introduction to MVC
Deploying Web Application
Setup a PHP + MySQL Development Environment
PHP MVC Frameworks Course Introduction SoftUni Team Technical Trainers
PHP Fundamentals Course Introduction SoftUni Team Technical Trainers
Build a WordPress Site A Real Life Example: Create a Fully Functional WP Business Web Site from Scratch Building a WP Site SoftUni Team Technical Trainers.
Source Control Systems
ASP.NET Integration Testing
State Management Cookies, Sessions SoftUni Team State Management
PHP MVC Frameworks MVC Fundamentals SoftUni Team Technical Trainers
Software Technologies
Databases advanced Course Introduction SoftUni Team Databases advanced
C#/Java Web Development Basics
MVC Architecture. Routing
Install and configure theme
The Right Way Control Flow
MVC Architecture, Symfony Framework for PHP Web Apps
ASP.NET MVC Introduction
C# Advanced Course Introduction SoftUni Team C# Technical Trainers
Databases Advanced Course Introduction SoftUni Team Databases Advanced
C# Web Development Basics
Design & Module Development
Magento Basics part 2 Modules & Themes Stenik Group Ltd. Magento
Web Fundamentals (HTML and CSS)
WordPress Plugins Popular WP Plugins: Sliders, Forms, Contacts, SEO, Forum, Photo Gallery, e-Commerce WordPress Plugins SoftUni Team Technical Trainers.
Extending functionality using Collections
ASP.NET Filters SoftUni Team ASP.NET MVC Introduction
C# Advanced Course Introduction SoftUni Team C# Technical Trainers
Train the Trainers Course
Version Control Systems
Lean .NET stack for building modern web apps
JavaScript: ExpressJS Overview
Iterators and Generators
Install and Configure PHP: XAMPP, LAMP, IDEs
Build a WordPress theme from HTML5 template
Easy Website Creation Using WordPress
Introduction to WordPress
Presentation transcript:

WordPress Introduction Using WordPress.com WP Installation, XAMPP, PHP, MySQL Domains and WP Hosting WordPress Setup SoftUni Team Technical Trainers Software University http://softuni.bg

Table of Contents WordPress Overview Using WordPress.com Installing XAMPP Installing WordPress Setup MySQL Database Setup WP Software Hosting WP in Internet Register Own Domain © Software University Foundation – http://softuni.org This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike license.

Have a Question? sli.do #wp-softuni

WordPress Overview

What is CMS System? CMS == Content Management Systems Software to create, run and maintain Web sites in Internet Add / edit / delete pages, documents, articles, images, files, downloads, forms, polls, events, e-commerce, … Manage navigation, menus, widgets, users, permissions, SEO, … Powerful WYSIWYG content editors Popular CMS software: WordPress, Drupal, Joomla Popular CMS services: WordPress.com, Wix.com, Google Sites

What is WordPress? WordPress – the world's leading Web CMS system WP powers 27% of all Web sites in Internet (March 2017) Open-source (free) software – https://wordpress.org Runs on top of PHP + MySQL Stores all Web site contents in the database Images / documents / files in the file system Very powerful, easy-to-use, SEO friendly Very large community – thousands of themes, plugins, …

Run Your Own Site / Blog in 5 Minutes WordPress.com Run Your Own Site / Blog in 5 Minutes

WordPess.com Creating a new Web site Open WP admin panel: Open wordpress.com Enter your site name Create a new account Open WP admin panel: https://pizzasofia.wordpress.com/wp-admin/ Create a few posts Add content, images, tags, categories, … site name

WordPress.com – Creating a New Post

Practice: Create a WordPress.com Site Live Exercises in Class (Lab)

Install and Configure XAMPP

What is XAMPP? XAMPP (/ˈzæmp/ or /ˈɛks.æmp/) PHP + MySQL (MariaDB) + Apache + tools Apache Web server + OpenSSL MySQL database + phpMyAdmin Scripting languages: PHP and Perl Admin panel for simplified administration Free, open source software package Runs on Windows, Linux and Mac OS X

Download, Install and Run XAMPP Downloading XAMPP: https://www.apachefriends.org/download.html Installing XAMPP for Windows: Download the installer (run it as administrator) Typical installation: [Next] [Next]  [Finish] Running XAMPP XAMPP start as a tray icon

XAMPP: Collision with Port 80 / Skype XAMPP needs TCP port 80 to run Apache Ensure port 80 is free Stop Skype Or configure it for different port Stop IIS / torrents / other network software

System messages (logs) XAMPP Control Panel Used TCP ports Windows process IDs System messages (logs)

XAMPP Directories Location of public HTML files (document root) ./htdocs Location of Apache Web server ./apache Location of PHP interpreter ./php Location of MySQL database server ./mysql

Installing WordPress

WordPress.org Open C:\xampp\htdocs and extract WordPress.zip Go to https://wordpress.org and download WordPress (as ZIP) Open C:\xampp\htdocs and extract WordPress.zip

Setup a MySQL Database Start XAMPP Open phpMyAdmin Create a new database

Setup WordPress Configure your WordPress http://localhost/pizzasite/wp-admin/setup-config.php Follow the WP installation steps: site name

WordPress Installation

Web Hosting and cPanel Purchase your own Web hosting Or register for a free Web hosting with cPanel from http://freesubdomain.org

Using cPanel Managing files and folders from cPanel Managing MySQL databases:

Install WP using Softaculous

Register Your Own Domain Name Custom Domains Register Your Own Domain Name

Free Domain from Freenom Register a free domain from http://www.freenom.com Enter your hosting name servers (cPanel shows them) Create add-on domain in cPanel Use DNS servers from website.tk

Managing Domains and Sub-Domains Managing top-level domains from cPanel: Managing sub-domains from cPanel:

Summary WordPress is the world's most used CMS system WordPress.com is cloud-based WordPress site hosting solution XAMPP runs WordPress on your laptop Setup MySQL Database Unzip and setup WordPress Web hosting keeps your sites in Internet cPanel is powerful hosting admin panel Domains allow better URL for your sites © Software University Foundation – http://softuni.org This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike license.

WordPress Introduction https://softuni.bg/courses/wordpress-basics © Software University Foundation – http://softuni.org This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike license.

License This course (slides, examples, demos, videos, homework, etc.) is licensed under the "Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International" license © Software University Foundation – http://softuni.org This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike license.

Free Trainings @ Software University Software University – High-Quality Education, Profession and Job for Software Developers softuni.bg Software University Foundation softuni.org Software University @ Facebook facebook.com/SoftwareUniversity Software University Forums forum.softuni.bg © Software University Foundation – http://softuni.org This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike license.