Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 711 Bytes

File metadata and controls

52 lines (32 loc) · 711 Bytes

Docker Exment

This is a repository for building an environment for boilerplate to launch exment in each database.

About this image

Docker image of Exment. https://github.com/exceedone/exment

How to use images

First clone the repository. https://github.com/exceedone/exment-boilerplate

Building a MySQL environment

$ make mysql-init

Setting up a MySQL environment

$ make mysql-up

Building a MariaDB environment

$ make maridb-init

Setting up a MariaDB environment

$ make maridb-init

Building a SQL Server environment

$ make sqlsrv-init

Setting up a SQL Server environment

$ make sqlsrv-up