Friday, April 24, 2020

Wordpress Development (Getting started)

Wordpress Development (Getting started)



Side notes:
(Cloud server wordpress installation with Chris Tutis
  https://youtu.be/vIJdypOqlL4 and/or https://youtu.be/cG9kv5-5bPI )
Mesure website performance: GTmetrix.com
CDN CloudFlare.com





Local Installation Wordpress


ServerPress (Serverpress)
https://serverpress.com/get-desktopserver/
Troubleshoot port used https://serverpress.com/solutions/cports.zip
Mac Version https://www.dropbox.com/s/7lg9k97zbpyn6g0/dsl-mac-v394.dmg?dl=0
Open from /Applications/XAMPP
Create site
Username
Password https://www.md5hashgenerator.com/



and/or

Local by Flywheel (Mac, Windows)
https://localwp.com/


When installing Wordpress on your own computer, do not install any of the following types of plugins until you move your site online:


  1. Wordpress security plugins, e.g. Wordfence, All-In.One Security, Stop Spammers.
  2. Caching plugins, e.g. W3 Total Cache
  3. Contact Form plugins like Contact Form 7 may work OK, but may not.  This one should not cause installation issues, but don't be surprised if it does not work properly.




On Mac, Because MySQL was already installed, DesktopServer serverpress couldn't install and was requesting to uninstall the current version of MySQL (maybe from the OS or Local by Flywheeel):
Managing MySQL
On Mac Os X 10.15.X
Backup MySQL database
From terminal

mysqldump -u root -p --all-databases > macmastermysqlold.sql

Stop MySQL service
sudo launchctl unload -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist
Uninstall MySql from MacOS X

Resolution

To uninstall MySQL and completely remove it (including all databases) from your Mac do the following:
  • Open a terminal window
  • Use mysqldump to backup your databases to text files!
  • Stop the database server
  • sudo rm /usr/local/mysql
  • sudo rm -rf /usr/local/mysql*
  • sudo rm -rf /Library/StartupItems/MySQLCOM
  • sudo rm -rf /Library/PreferencePanes/My*
  • edit /etc/hostconfig and remove the line MYSQLCOM=-YES-
  • rm -rf ~/Library/PreferencePanes/My*
  • sudo rm -rf /Library/Receipts/mysql*
  • sudo rm -rf /Library/Receipts/MySQL*
  • sudo rm -rf /private/var/db/receipts/*mysql*
The last three lines are particularly important as otherwise, you can't install an older version of MySQL even though you think that you've completely deleted the newer version!



Web

Finding a domain [[ Domain name analyzer ]]
Online brainstorming, verify and purchase at WWebServices.ca or DandyHosting.com





WORDPRESS PLUGINS (MORE)

YOAST SEO
CI BACKLINKS (when change config empty cache and go to xml-sitemaps.com internal links analyzer tool https://www.youtube.com/watch?v=jMmhg2n5LGs)
WordPress Calls to Action (CTA PRO)
LIGHTSPEED CACHE






Content library (wordpress themes, graphics, photos, videos, music, sound, etc)

No comments:

Post a Comment

Featured Posts

Exchange Online Limits - Office 365 Distribution group limits

Exchange Online Limits - Office 365 Distribution group limits What are Exchange Online Limits What are Office 365 Distribution group limi...