Install WordPress: Local By Flywheel
đWordPress is quite easy to use Web editing tool. It combines PHP and MySQL database. So WordPress is a powerful tool, too. You can add users, leave a post, chat in the blog, send an email, and deal with E-commerce data. Local by Flywheel helps us to install all necessary software for WordPress automatically. We can develop multiple WordPress sites locally: test+preview.
â ==== MenU ==== â
đ1. Install Local by Flywheel
âĄď¸2. Create a WordPress site
đ3. Site Configuration
đŹ4. Advanced Features for Local
đŹ5. Site: Clone, Export, Blueprint, and CLI
đ1. Install Local by Flywheel
Find the Download button and download.
Local has expanded its OS support. Mine is Windows 10. You can fill in the form and check the next button.
The present version is 5.9.4, around 452MB. Letâs run it after the download finished.
The setup has finished!
âĄď¸2. Create a WordPress site
Click âI agreeâ for the legal document.
Youâll see the introduction of Local.
This is the last step of the setup file. Letâs configure the application.
You can check the âXâ to skip the introduction dialog box.
Add a Site
Click the button â+â sign to add a new site.
I create a site name, âNewCookingEraâ. By clicking âADVANCED OPTIONSâ, we can check some options on how to access the site from the browser and local path.
Letâs continue.
We can choose different settings for your server.
Letâs continue to backend setup.
Next,
It takes a whileâŚ
The site is ready. Everything is automatically installed for you, including PHP script, Ngnix server, WordPress 5.6, MYSQL, and SSL security.
đ3. Site Configuration
Site Preview
Letâs click âOpen Siteâ to take a preview.
Good! The site address and name are correct.
Admin
Letâs check âAdminâ setup.
The WordPress admin has launched.
You can enter your username and pass which has done in step 2.
Wola! Your dashboard has opened. You have full control.
Database
In the Local:
You can tab the Database,
MySQL is managed by Adminer. Click âOpen Adminerâ.
It has preinstalled multiple tables for WordPress.
Utilities
In the Local, letâs access the Utilities.
There is your email server, MailHog.
SSL
Encryption is important for the Web site. You donât want to leak any personal or customer info to the outside world. Letâs setup it. On the Overview of Local.
You need to click the âTrustâ to trust the SSL certificate.
Check âYesâ, youâre done.
Check the site again with https://newcookingera.local/?cache-buster=322
On Chrome, itâs working but in Firefox:
Click âAdvancedâ,
This is the warning about the local certificate.
Click âAccept the Risk and Continueâ, so you can view the site.
Stop Site
You can stop site anytime you want. By clicking,
When you reload the webpage, youâll have,
It will be normal once you start the site again.
Live Link
If you want to test your site live, Local has that option, too. You donât need to register a new host. By clicking the âLive Linkâ, everyone can temporarily access your local site.
Click âEnableâ,
Copy the link to a browser:
You can test right away.
đŹ4. Advanced Features for Local
Appearance & Behavior
- Set Theme: Dark or Light(Default)
- Terminal çťçŤŻ: CMD or GitBash
- Browser: Automatically search for you.
Firefox is not compatible with Local.
New Site Defaults
The environment can be set in Preferred or Custom. You have set PHP version and MySQL version already. Nothing new is in here.
Exporting
You can decide on compression type which is depending on your OS. No need to change.
Advanced
You can choose Site Domains or Localhost. Second, if youâre a Local software developer, you can turn on the Develop Menu.
Blueprints
If you have saved a site blueprint, you will find one here.
đŹ5. Site: Clone, Export, Blueprint, and CLI
Clone the Site
The quickest way to create a new site is cloning.
Give the site a new name.
Permission: Yes.
Now, 2 sites are running. A new brother is born. The new clone copied all of the data from the original site except the domain name.
Export the Site
If you want your data to a different computer or host, you can use the Export option.
âExport Siteâ
Ready.
Blueprint
It likes the clone, but it starts a site like a new site.
Give a new name and save.
Now, letâs try to create a site from Blueprint.
The new site has the same content, theme, plugin, and configuration.
CLI
You can access your site through CMD.
I have introduced you to the functions of Local. Now, you can use them to create your WordPress website.