0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

xamppの環境構築

Last updated at Posted at 2024-09-23

XAMPPを使ったローカルホストでプログラミングを行うための準備

対象者

これからプログラミングを始める人、またはローカル環境を構築しようとしている人向けです。

手順

1. XAMPPの起動

  1. xampp-control.exe を実行してXAMPPを起動します。

2. Apacheの起動

  1. XAMPPのコントロールパネルから「Apache」を起動します。

3. ローカルホストへの接続確認

  1. ブラウザを開き、URLに http://localhost:80/ と入力します。
  2. 「404」以外のページが表示されれば、Apacheの起動が成功しています。

4. MySQLの起動と確認

  1. XAMPPのコントロールパネルから「MySQL」をスタートします。
  2. MySQL Workbench などのツールを使って、MySQLが正常に起動していることを確認します。

5. Gitリポジトリのクローン

  1. Visual Studioを起動し、「新しいターミナル」を開きます。
  2. ターミナルで cd xampp56/htdocs と入力し、htdocs フォルダに移動します。
  3. 次に、git clone コマンドを使ってGitLabからリポジトリをクローンします。
    git clone <リポジトリのURL>
    
    
    
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?