NOVEMBERIZING STORAGE
ENGLISH |
ํ๊ตญ์ด
"Novemberizing iam" is an application that implements the Identity Access Management System.
The goal of "Novemberizing iam" is to help you easily build user management and account management with just installation when building applications.
INSTALL
...
USAGE
DEVELOPMENT ENVIRONMENT
๋ก์ปฌ ๊ฐ๋ฐํ๊ฒฝ์์ ๋์ปค๋ฅผ ์คํ์ํค๋ ๋ฐฉ๋ฒ
docker run -itd --name iam -p 40001:40001 -p 50001:50001 -v ${PWD}:/usr/src/app novemberizing/iam
TODO: ์๋์ ๊ฒ๋ค์ ๋ค์ ์์ฑํ์. START /////////////////////////////////////////////
IAM ์๋ฒ๋ฅผ ๋์์ํค๋ ๋ฐฉ๋ฒ
docker run -itd --rm --name iam -p 40001:40001 -p 50001:50001 --mount type=bind,source=.\configure.json,target=/usr/src/app/configure.json novemberizing/iam
๋ก์ปฌ ํด๋์์ IAM ํ์ด์ง ์คํ์ํค๋ ๋ฐฉ๋ฒ
docker run -itd --name nginx -p 8090:80 -v $PWD\default.conf:/etc/nginx/conf.d/default.conf:ro -v ${PWD}\docs:/usr/share/nginx/html:ro nginx
๋์ปค๋ฅผ ๋น๋ํ๋ ๋ฐฉ๋ฒ
docker build --tag novemberizing/iam:[version tag] --tag novemberizing/iam:latest .
TODO: ์๋์ ๊ฒ๋ค์ ๋ค์ ์์ฑํ์. END /////////////////////////////////////////////
DOCUMENT
Novemberizing iam api