Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add egg-scripts to deployment #1279

Merged
merged 2 commits into from
Aug 4, 2017
Merged

docs: add egg-scripts to deployment #1279

merged 2 commits into from
Aug 4, 2017

Conversation

atian25
Copy link
Member

@atian25 atian25 commented Aug 2, 2017

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

eggjs/egg-scripts#1


### 自定义框架启动
#### 手动创建启动文件
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这段是不是干脆干掉了?

@codecov
Copy link

codecov bot commented Aug 2, 2017

Codecov Report

Merging #1279 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1279   +/-   ##
=======================================
  Coverage   99.71%   99.71%           
=======================================
  Files          29       29           
  Lines         711      711           
=======================================
  Hits          709      709           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08ed1b3...66dd527. Read the comment docs.


### 启动配置项
**注意:该方式不会读取应用目录下的 `index.js`。**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这一句没什么必要吧?可能很多人都不知道 Index.js 是什么..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好,干掉吧。

@codecov-io
Copy link

codecov-io commented Aug 3, 2017

Codecov Report

Merging #1279 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1279   +/-   ##
=======================================
  Coverage   99.71%   99.71%           
=======================================
  Files          29       29           
  Lines         711      711           
=======================================
  Hits          709      709           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08ed1b3...e1d5c9a. Read the comment docs.

@atian25
Copy link
Member Author

atian25 commented Aug 4, 2017

这个还有问题不?

```json
{
"scripts": {
"start": "egg-scripts start --daemon",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

daemon 不是默认的么

@popomore
Copy link
Member

popomore commented Aug 4, 2017

可以自己合并

@atian25
Copy link
Member Author

atian25 commented Aug 4, 2017 via email

@atian25 atian25 merged commit 4feae70 into master Aug 4, 2017
popomore pushed a commit that referenced this pull request Aug 4, 2017
docs: add egg-scripts to deployment (#1279)
@atian25 atian25 deleted the docs-deploy branch August 5, 2017 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants