開発中の新しいWebサイトをテストする最良の方法の1つは、コンピューターにWordPressテストサイトをインストールすることです。ローカルでテストし、すべてが正常に表示され、機能することを確認してから、ライブサイトに一度にアップロードします。
WordPressに関しては、ローカルで実行する際に考慮すべきことがいくつかあります。すべてを実行するには、 WordPressのインストール、利用可能なSQLデータベース、およびローカルWebサーバーが必要です。
以下に概説するプロセスを使用して、あまり労力をかけずにローカルコンピューターに3つすべてをセットアップできます。
ローカルWebサーバーをインストールする
ローカルのWordPress(WordPress)テストサイトを実行するために最初に必要なのは、ローカルコンピューターで実行されているWebサーバーです。Webサーバーを実行するには、適切なポートが実行されていること、PHPおよびPerlプログラミング言語ライブラリがインストールされていること、およびWebサーバーソフトウェアがブラウザにページを適切に提供できることを確認する必要があります。
FTPサーバーまたはローカルMinecraftサーバーの(local Minecraft server)セットアップ(setting up an FTP server)と同様に、ローカルWebサーバーを実行するために使用できるWindowsアプリケーションもあります。それらの中で最も人気のあるものの1つはXAMPPです。
XAMPPは、Windows 10、Linux、またはmacOSにインストールできるオープンソースのApacheWeb(Apache)サーバーです。必要なものがすべて1つのパッケージに含まれています。
開始するには、 XAMPP(XAMPP)ソフトウェアをデスクトップまたはラップトップPCにダウンロードしてインストールするだけです。
1.インストーラーを実行し、すべてのコンポーネントが有効になっていることを確認し、[次へ](Next)を選択して続行します。
2.Webサーバーの場所を選択します。最適なオプションは、アクセス許可が適切に設定されるC:ドライブのルートにあるデフォルトのフォルダーを選択することです。[次へ](Next)を選択して続行します。
3.言語を選択し、[次へ(Next)]を選択します。Bitnamiを有効にしておくと、インストール後にWordPressをインストールするのに役立ち(Bitnami)ます(WordPress)。[次へ(Next)]を選択します。最後に、もう一度[次へ]を選択してXAMPPをインストールします。(Next)
インストールには約5分かかります。終了すると、XAMPPコントロールパネルが開きます。今は閉じてください。
(Install WordPress)XAMPPWebサーバーに(Your XAMPP Web Server)WordPressをインストールする
[スタート]を選択し、 (Start)XAMPPと入力し、 XAMPPアプリケーションを右クリックして、[管理者として実行(Run as administrator)]を選択することにより、管理者としてコントロールパネルを再度起動します。アプリケーションを管理者権限で実行するかどうかをWindows(Windows)が尋ねるときに確認する必要がある場合があります。
起動したら、 ApacheとMySQLの右側にある[スタート]を選択して、 (Start)WordPressテストサイトが正しく機能する ために必要なWebサーバーとSQLデータベースを起動します。(SQL)
XAMPPをインストールした場所を確認すると、Webサーバーのファイル構造を確認できます。この例では、XAMPPはC:XAMPPにインストールされています。これは、Webブラウザから表示できるすべてのWebファイルが配置される場所です。
XAMPPにはBitnamiが付属しており、現在のXAMPPWebサーバーに(Bitnami)WordPressをすばやくインストールできます。
1. Webブラウザーを開き、「URL」フィールドにlocalhostと入力します。(localhost)Enterキー(Enter)を押します。XAMPPダッシュボードが表示されたら、ページの一番下までスクロールして、Bitnamiセクションを表示します。
2.ページの下部にあるWordPressアイコンを選択します。(WordPress)Bitnamiサイトで、WordPressセクションまで下にスクロールし、Windowsリンクを選択してWordPress(Bitnami)を(Windows)ダウンロードします。
3.ダウンロードが完了したら、ファイルをダブルクリックしてインストールパッケージを起動します。必要に応じて[次へ(Next)]を選択して、 BitnamiWordPressモジュール(Bitnami WordPress Module)をステップスルーします。インストール用に指定されたフォルダーがXAMPP(XAMPP)インストールのフォルダーと一致していることを確認してください(Make)。
4.次のステップで、WordPressテストサイトで使用する管理者(Admin)ログイン、名前、電子メールアドレス、およびパスワードを構成します。
5.完了したら、[次へ]を選択し、 (Next)WordPressテストサイトの名前を入力して、 [次へ(Next)]を選択します。次のページで、テストサイトが電子メールに通知を送信できるように電子メールサポートを構成できます。これはオプションです。
6. Bitnamiを使用してクラウドでWordPressを起動(Launch wordpress in the cloud with Bitnami)するの選択を解除できます。これは、コンピューター上のローカルのWordPressテストサイトにすぎないためです。[次へ](Next)を選択して続行します。もう一度[次へ(Next)]を選択して、インストールを開始します。インストールが完了したら、[完了]を選択して(Finish)BitnamiWordPressモジュールを起動します。
これにより、新しいローカルWordPress(WordPress)テストサイトがロードされた状態でデフォルトのWebブラウザが起動します。リンクには、ローカルホストのIPアドレス(コンピューターのIPアドレス)が含まれ、サイトが保存されている末尾に/wordpress/が付いています。
これらのWordPressファイルへのパスはC:XAMPPappswordpresshtdocsです。
これで、 WordPress(WordPress)テストサイトを構成して使用を開始する準備が整いました。
WordPressテストサイトの使用
ローカルのWordPress管理ページにアクセスするには、ブラウザーのURLフィールドにhttp://localhost/wordpress/wp-adminと入力し、上記のWordPress(WordPress)のインストール中に設定した資格情報を使用してWordPressにログインします。(WordPress)
この新しいローカルWordPress(WordPress)テストサイト でできることがいくつかあります。
ライブサイトのコピーをインポートする
実際のオンラインWebサイトをエクスポートして、テストのためにこのインストールにロードすることができます。
これを行うには、WordPressサイトとWordPressデータベースをバックアップする(backup your WordPress site and WordPress database)必要があります。これにより、すべてのWordPressファイルと(WordPress)mySQLデータベース(backup of your mySQL database)のバックアップである*.gzファイルを含むzip形式のフォルダーが提供されます。
バックアップしたWordPressファイルをローカルの(WordPress)WordPressフォルダーに直接コピーできます。phpMyAdminを使用して、mySQL*.gzデータベースファイルをローカルのmySQLデータベースにインポートすることもできます。
1.ブラウザでhttp://localhost/phpmyadmin/にアクセスして、phpMyAdminを開きます。
2. [インポート(Import)]タブを選択し、[インポートするファイル]の下の[ファイルの選択(File to import)](Choose File)ボタンを選択します。
3.バックアップされた*.gzデータベースファイルを参照すると、phpMyAdminがすべての投稿と(Browse)WordPress設定をテストWordPressサイトにインポートします。
完了し、上記と同じリンクを使用してローカルのWordPressインストールを再度開くと、元のオンラインサイトがローカルコンピューターで実行されていることがわかります。
WordPressテストサイト(WordPress Test Site)でできるその他のこと(Things)
ローカルマシンでライブサイトを実行することに加えて、ローカルのWordPress(WordPress)テストサイトで実行できる他の多くの便利なことがあります。
- WordPressテーマ(any WordPress theme)をインストールしてテストする
- (Test)WordPressサイトにコード変更を加えるテスト
- WordPressプラグイン(WordPress plugin)構成をインストールしてテストします
- WordPressの構成を試して、サイトがどのように変化するかを確認してください
行うすべての変更はWebではなくコンピューターでのみ行われるため、これらすべてのことをローカルのWordPressテストサイトの安全な場所で行うことができます。(WordPress)
How to Install a WordPress Test Site on Your Computer
One оf the best wаys to test a new website you’re developing is by installing a WordPress test site on your computer. Test іt locally, make sure everything looks and works good, and then upload it to the live site all at once.
When it comes to WordPress, there are several things to consider when running locally. You’ll need a working WordPress installation, an available SQL database, and a local web server for everything to run on.
You can set up all three on your local computer without too much effort, using the process outlined below.
Install a Local Web Server
The first thing you’ll need to run a local WordPress test site is a web server running on your local computer. Running a web server involves ensuring the right ports are running, PHP and Perl programming languages libraries are installed, and that the web server software can properly serve pages to your browser.
Similar to setting up an FTP server or a local Minecraft server, there are Windows applications available to run a local web server as well. One of the most popular of those is XAMPP.
XAMPP is an open-source Apache web server you can install on Windows 10, Linux, or macOS. It includes everything you need all in one package.
To get started, just download and install the XAMPP software to your desktop or laptop PC.
1. Run the installer, make sure all components are enabled, and select Next to continue.
2. Choose a location for your web server. The best option is to choose the default folder at the root of the C: drive where permissions will be set properly. Select Next to continue.
3. Select your languages and select Next. Keep Bitnami enabled, which will help you with installing WordPress after installation. Select Next. Finally, select Next one more time to install XAMPP.
Installation will take about five minutes. Once finished, the XAMPP control panel will open. Close it for now.
Install WordPress on Your XAMPP Web Server
Launch the control panel again as admin by selecting Start, typing XAMPP, right-clicking the XAMPP application and choosing Run as administrator. You may need to confirm when Windows asks if you want the application to run with admin rights.
Once it launches, select Start to the right of Apache and MySQL to launch the web server and the SQL database needed for your WordPress test site to work properly.
You can see the web server’s file structure by looking at the location where you’ve installed XAMPP. In this example, XAMPP is installed in C:\XAMPP. This is where all of your web files will go that’ll be viewable from your web browser.
XAMPP comes with Bitnami, which lets you quickly install WordPress on top of your current XAMPP web server.
1. Open a web browser and type localhost in the URL field. Press Enter. When the XAMPP dashboard comes up, scroll down to the bottom of the page where you’ll see the Bitnami section.
2. Select the WordPress icon at the bottom of the page. On the Bitnami site, scroll down to the WordPress section and select the Windows link to download WordPress.
3. Once the download is complete, double-click the file to launch the installation package. Select Next as needed to step through the Bitnami WordPress Module. Make sure the folder specified for installation matches that of the XAMPP installation.
4. On the next step, configure the Admin login, name, email address, and password that you want to use with your WordPress test site.
5. Select Next when you’re done, type a name for the WordPress test site and select Next. On the next page, you can configure email support so your test site can send notifications to your email. This is optional.
6. You can deselect Launch wordpress in the cloud with Bitnami since this will just be a local WordPress test site on your computer. Select Next to continue. Select Next again to initiate the installation. Once the installation is done, select Finish to launch the Bitnami WordPress module.
This will launch your default web browser with your new local WordPress test site loaded. The link will include your localhost IP address (your computer’s IP address), with /wordpress/ at the end, where your site is stored.
The path to these WordPress files is C:\XAMPP\apps\wordpress\htdocs\
Now you’re ready to configure your WordPress test site and start using it.
Using Your WordPress Test Site
To access your local WordPress admin page, type http://localhost/wordpress/wp-admin into the browser URL field and log into WordPress using the credentials you set up during the WordPress installation above.
There are a few things you can do with this new local WordPress test site.
Import a Copy of Your Live Site
You could export your actual online website and load it into this installation for testing.
To do this, you’ll need to backup your WordPress site and WordPress database. This will provide you with a zipped folder with all of the WordPress files, as well as a *.gz file which is the backup of your mySQL database.
You can copy the backed up WordPress files directly into your local WordPress folders. You can also import your mySQL *.gz database file into your local mySQL database using phpMyAdmin.
1. Open phpMyAdmin by visiting http://localhost/phpmyadmin/ with your browser.
2. Select the Import tab, and select the Choose File button under File to import.
3. Browse to your backed up *.gz database file and phpMyAdmin will import all posts and WordPress settings into your test WordPress site.
Once you’re done and you reopen the local WordPress installation using the same link as above, you’ll see your original online site now running on your local computer.
Other Things You Can Do With a WordPress Test Site
In addition to running your live site on your local machine, there are a lot of other useful things you can do with your local WordPress test site.
- Install and test any WordPress theme
- Test making code changes to your WordPress site
- Install and test WordPress plugin configurations
- Play around with WordPress configurations to see how it changes your site
You can do all of these things in the safety of your local WordPress test site because every change you make only happens on your computer, rather than the web.