Skip to content

hironeko/workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Project is NoName

GitHub license

Requirements

  • Git
  • Docker
  • Docker-Compose

Installation

$ git clone https://github.com/hironeko/projectX.git
$ cd projectX
$ cp env.example .env

## .env change language
LANGUAGE=php

# build php
$ docker-compose build app nginx

# use host mysql
# DB host name (case mac)
# host naem is "docker.for.mac.localhost"

Where working directory?

The working directory is the folder for each language in the workspace directory.

├── README.md
├── db
│   └── data
├── docker
│   ├── database
│   ├── language
│   └── middleware
├── docker-compose.yml
├── env-example
└── workspace
    ├── elixir
    ├── php
    └── ruby

Influenced by

Author

hironeko

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published