ColoredCow / wordpress-bootcamp-2020

Bootcamp on WordPress as part of CodeTrek 2020
Other
1 stars 1 forks source link

Day 1 – Introduction to the framework and WordPress installation #1

Open pokhiii opened 4 years ago

pokhiii commented 4 years ago

You’ll install the framework and will see why it’s popular for its 5-minute installation. Get acquainted with the various WordPress options.

Requirements (recommended)

  1. PHP 7.3 or greater
  2. MySQL 5.6 or greater OR MariaDB 10.1 or greater
  3. Nginx or Apache with mod_rewrite module

Download and setup xampp

https://www.apachefriends.org/download.html

Get your WordPress site up and running

WordPress Admin Options

Get acquainted with the common options in WP-Admin options

Links

  1. Requirements
  2. Setup virtual hosts
pokhiii commented 4 years ago

Common error

  1. Apache blocked port: https://stackoverflow.com/a/17977528/4725018
ishgary commented 4 years ago
gaurish-saini commented 4 years ago
gaurish-saini commented 4 years ago
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/"
ServerName localhost
ServerAlias localhost
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/begin1"
ServerName www.begin1.com
ServerAlias www.begin1.com
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/begin1"
ServerName begin1.com
ServerAlias begin1.com
</VirtualHost>
bj293 commented 4 years ago
Sam23599 commented 4 years ago
Riya2903 commented 4 years ago

XAMPP now starts as a console application.

Instead of pressing Control-C in this console window, please use xampp_stop.exe to stop XAMPP, because it lets XAMPP end any current transactions and cleanup gracefully.

2020-02-27 15:14:21 0 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead. 2020-02-27 15:14:21 0 [Note] mysql\bin\mysqld.exe (mysqld 10.4.11-MariaDB) starting as process 12644 ... AH00548: NameVirtualHost has no effect and will be removed in the next release C:/xampp/apache/conf/extra/httpd-vhosts.conf:20 (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80 (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address 0.0.0.0:80 AH00451: no listening sockets available, shutting down AH00015: Unable to open logs


  1. https://stackoverflow.com/a/51829033/4725018 - netstat -aon | findstr :80
nikhil123arya commented 4 years ago
RohitDhingra27 commented 4 years ago
ASHISH-KOHLI commented 4 years ago
uniyalanchal commented 4 years ago
swati999-bhatt commented 4 years ago
Shreya0502577 commented 4 years ago
junaid1010 commented 4 years ago
sapna0622 commented 4 years ago
Riya2903 commented 4 years ago
shekhar-bhardwaj commented 4 years ago
gangwar4adarsh commented 4 years ago