[JAVA] Easily build a development environment with Laragon

Everyone, how do you build the environment for learning, developing, and checking locally? Perhaps many people own a Mac and many use Docker.

I currently own an HP SPECTER X360 13, Windows 10 Home. It's Windows 10 Home. It's not powerless to say that it's a laptop, but while launching Vagrant, it's quite a fan enthusiast. And it's not fast at all. In addition, WSL2 and Docker for WSL have not yet been officially released at this time.

Then what should we do? コメント 2020-01-01 215211.png https://laragon.org/

This is Laragon. With AMP environment construction software for Windows ** Supports PHP, Node.js, Python, Java, Go, Ruby **, ** You can switch between using Apache or Nginx **. Let's install it now.

1. Installation

コメント 2020-01-01 215427.png https://github.com/leokhoa/laragon/releases

Let's drop the latest version from Github. If you are a beginner who has no experience in building an environment, choose laragon-full.exe. From now on, we will proceed based on this.

The default installation destination is C: \ Laragon so that it is easy to understand if you are not particular about it. Laragon 2020-01-12 164745.png

When using VS Code etc., leave "Add Sublime Text & Terminal" unchecked. Laragon 2020-01-12 164703.png By the way, Notepad ++, WinSCP, Putty, HeidiSQL Portable, etc. are installed, so you can develop with just this one installation.

2. Start

Let's start it. Laragon 2020-01-12 165644.png This screenshot shows PHP 7.4 because you can add it later yourself. When you press "Web", the host name is set to "localhost" and the port number is set to 8080. "http://localhost:8080/" The browser opens in the form of. HeidiSQL in "database" Start Cmder in "Terminal". "Root" displays the set root folder. The location displayed on the "web" will be the same. The settings are made with the settings that can be displayed from the gear mark on the upper right.

3. Add version

This time, I will introduce PHP as an example. https://windows.php.net/download/ I will download the one to use from. After unzipping the folder Add it to C: \ laragon \ bin \ php . For Python, it looks like C: \ laragon \ bin \ python . Laragon 2020-01-12 170749.png Select the version to use after adding from the menu on the upper left. Laragon 2020-01-12 171603.png From here, you can switch the language and version used at startup.

4. Let's use it hard!

Not currently compatible with Mac, if not all-purpose It is light and easy to use, so it helps you to work quickly in your spare time. It is especially recommended for those who are worried about the development environment with Windows 10 Home as the OS.

Recommended Posts

Easily build a development environment with Laragon
Build a C language development environment with a container
[Python] Build a Django development environment with Docker
Build a Django development environment with Doker Toolbox
I want to easily build a model-based development environment
Build a machine learning application development environment with Python
Build a development environment with Poetry Django Docker Pycharm
Build a Django development environment with Docker! (Docker-compose / Django / postgreSQL / nginx)
[Memo] Build a development environment for Django + Nuxt.js with Docker
Build a Go development environment with VS Code's Remote Containers
[Django] Build a Django container (Docker) development environment quickly with PyCharm
Build a comfortable development environment with VSCode x Remote Development x Pipenv
How to build a python2.7 series development environment with Vagrant
Build a Tensorflow environment with Raspberry Pi [2020]
Build a Fast API environment with docker-compose
[Linux] Build a jenkins environment with Docker
Build a python virtual environment with pyenv
Build a modern Python environment with Neovim
[Linux] Build a Docker environment with Amazon Linux 2
[DynamoDB] [Docker] Build a development environment for DynamoDB and Django with docker-compose
Build a WardPress environment on AWS with pulumi
Build Django + NGINX + PostgreSQL development environment with Docker
Build the fastest Django development environment with docker-compose
Build Python development environment with Visual Studio Code
Go (Echo) Go Modules × Build development environment with Docker
Build a python environment with ansible on centos6
Create a python3 build environment with Sublime Text3
Build a Django environment with Vagrant in 5 minutes
Build a Python development environment on your Mac
[Memo] Build a virtual environment with Pyenv + anaconda
Build a virtual environment with pyenv and venv
Build a Kubernetes environment for development on Ubuntu
Build a Python environment with OSX El capitan
Build a Minecraft plugin development environment in Eclipse
Quickly build a Python Django environment with IntelliJ
Build a mruby development environment for ESP32 (Linux)
Build a Python machine learning environment with a container
Build a Python development environment on Raspberry Pi
Build a python execution environment with VS Code
Get a quick Python development environment with Poetry
I tried to build a Mac Python development environment with pythonz + direnv
Build a GVim-based Python development environment on Windows 10 (3) GVim8.0 & Python3.6
Build a Django development environment using pyenv-virtualenv on Mac
Build a python virtual environment with virtualenv and virtualenvwrapper
Build a local development environment for Laravel6.X on Mac
Repairing a broken development environment with mavericks migration (Note)
Build a python environment for each directory with pyenv-virtualenv
Create a python development environment with vagrant + ansible + fabric
Build a LAMP environment [CentOS 7]
Build python3 environment with ubuntu 16.04
Build a GVim-based Python development environment on Windows 10 (1) Installation
Build python environment with direnv
Build a Python development environment on Mac OS X
[ev3dev × Python] Build ev3dev development environment
Build a python virtual environment with virtualenv and virtualenvwrapper
Easily build CNN with Keras
Build a machine learning environment
How to build a development environment for TensorFlow (1.0.0) (Mac)
Build a Python development environment using pyenv on MacOS
Build a Python environment offline
Easily cProfile with a decorator