Skip to content

A template for web application development with using virtual machine and docker container

License

Notifications You must be signed in to change notification settings

shirataki1126/DevelopmentalBase-webapplication

Repository files navigation

DevelopmentalBase-webapplication

This repository is template repository for web application development with using virtual machine and docker container.

System configuration diagram

Requirements

How to use

Make use as a template

You can generate new repository with Use this template Button in this repository page.

Launch system

VirtualBox Users

  1. Generate .env file with coping .env.example.
    cp ./.env.example ./.env
  2. Modify .env file as you like.
  3. Run command, vagrant up.

If you do not install required vagrant plugins, you need operate with install dialog when you run command vagrant up. After the installs have finished, run command vagrant up again.

Hyper-V Users

writing....

Dependencies

License

See the included LICENSE.md file for more details.