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.

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 ▶︎