Open
Conversation
minhnv-1408
reviewed
Aug 18, 2020
| - Nó sử dụng giao thức SSH để giao tiếp với server, luồng xử lí được chia theo đơn vị là `task` - khởi phát các action. | ||
|
|
||
| # 2. Cài đặt | ||
| > Download deployer.phar về với tên là deployer.phar luôn: |
Contributor
There was a problem hiding this comment.
markdown này dùng cho trích dẫn, đây là liệt kê tôi nghĩ markdown liệt kê sẽ hợp lý hơn
Suggested change
| > Download deployer.phar về với tên là deployer.phar luôn: | |
| - Download `deployer.phar` về với tên là deployer.phar luôn: |
| ``` | ||
| > Fetch các component cần thiết về project: | ||
| ```bash | ||
| composer global require deployer/deployer |
Contributor
There was a problem hiding this comment.
? cái này có cần thiết không vậy
Comment on lines
+35
to
+40
| > Lưu ý: | ||
|
|
||
| > Ở đây chỉ để cập tới việc deploy code, ngoài ra để ứng dụng có thể chạy được thì hiển nhiên là chúng ta phải setting database, | ||
| > tạo key SSH thông luồng giữa local-server-github, user trên server, config host, ... | ||
|
|
||
| > Vì bản chất deployer sử dụng giao thức SSH để lưu chuyển data qua lại giữa các bên nên nó sẽ không đảm nhiệm được những nhiệm vụ ngoài phạm vi. |
Contributor
There was a problem hiding this comment.
Gộp chỗ này thành 1 chú ý thôi, chỉnh đậm, liệt kê trong chú ý đó
Comment on lines
+113
to
+127
| >-- .dep | ||
| > | ||
| >-- current | ||
| > | ||
| >-- releases | ||
| > | ||
| >>--> 1 | ||
| > | ||
| >>--> ... | ||
| > | ||
| >-- shared | ||
| > | ||
| >>--> .env | ||
| > | ||
| >>--> storage |
Contributor
There was a problem hiding this comment.
├── .dep
├── current -> releases/1
├── releases
│ └── 1
└── shared
├── .env
└── storage
Contributor
|
Tôi nghĩ ông nên thêm một mục về package này cho riêng Laravel nữa |
minhnv-1408
reviewed
Aug 18, 2020
| # 3. Những điều cần biết | ||
| > Lưu ý: | ||
|
|
||
| > Ở đây chỉ để cập tới việc deploy code, ngoài ra để ứng dụng có thể chạy được thì hiển nhiên là chúng ta phải setting database, |
Contributor
There was a problem hiding this comment.
config database hay setting?
minhnv-1408
reviewed
Aug 19, 2020
| + [ ] NodeJs application | ||
| + [ ] <strong>[Tool]</strong>: Rocketeer | ||
| + [ ] <strong>[Tool]</strong>: Deployer | ||
| + [x] <strong>[Tool]</strong>: Deployer |
Contributor
There was a problem hiding this comment.
[x] [<strong>[Tool]</strong>: Deployer](.docs/deploy-tool/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working Issue (*)
Write docs for deployer
Purpose/Notes
Screenshot
Checklist (*)