hcloud, hd, he*: add Korean translation (#14517)
This commit is contained in:
28
pages.ko/common/heroku.md
Normal file
28
pages.ko/common/heroku.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# heroku
|
||||
|
||||
> Heroku 애플리케이션 생성 및 관리.
|
||||
> 더 많은 정보: <https://www.heroku.com/>.
|
||||
|
||||
- Heroku 계정에 로그인:
|
||||
|
||||
`heroku login`
|
||||
|
||||
- Heroku 애플리케이션 생성:
|
||||
|
||||
`heroku create`
|
||||
|
||||
- 애플리케이션 로그 표시:
|
||||
|
||||
`heroku logs --app {{애플리케이션_이름}}`
|
||||
|
||||
- dyno (Heroku 가상 머신) 내에서 일회성 프로세스를 실행:
|
||||
|
||||
`heroku run {{프로세스_이름}} --app {{애플리케이션_이름}}`
|
||||
|
||||
- 애플리케이션의 dynos (Heroku 가상 머신) 나열:
|
||||
|
||||
`heroku ps --app {{애플리케이션_이름}}`
|
||||
|
||||
- 애플리케이션 영구적으로 삭제:
|
||||
|
||||
`heroku destroy --app {{애플리케이션_이름}}`
|
Reference in New Issue
Block a user