dev environment

we'll introduce how to configure development environment for backend, server. in here we'll talk about docker, vagrant, ansible to set laravel, python development environment.

Development Environment on Mac(2) - for tools

2023-02-10
now I'm configuring the development environment on new Mac. in here, I'll introduce the tools that I use when I develop.
see more ▶︎

Development Environment on Mac(1) - iTerm & zsh

2023-03-18
I try to set the development environment on new Mac. in here, I'll introduce how to configure iTerm and zsh for Terminal on new Mac.
see more ▶︎

ngrok

2020-12-16
let's see how to access virtual machine(Guest System) from external environment by ngrok.
see more ▶︎

Ansible&Laravel

2023-03-18
let's make development environment by installing Laravel on virtual machine(guest system) that is configured by Ansible and Laradock.
see more ▶︎

Ansible&Laradock

2020-12-16
let's make Laravel development environment by using virtual machine(guest system) created by vagrant and Ansible.
see more ▶︎

Ansible&Docker

2020-12-16
let's install Docker and Docker Compose on vagrant virtual machine(guest system) by Ansible Playbook.
see more ▶︎

Ansible Playbook

2020-12-16
let's try to use Ansible Playbook to install server programs and to configure the server.
see more ▶︎

Ansible installation

2020-12-16
make the environment can be used Ansible by installing Ansible on virtual machine(guest system) created by Vagrant
see more ▶︎

vagrant installation and usage

2023-03-18
let's see how to install virtualbox, vagrant to create virtual machine in virtual environment and how to usage vagrant to create virtual machine.
see more ▶︎