Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FrameworkBundle][Server Command] add address port number option.#14383

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:2.8fromaitboudad:framework_cmd_server
Apr 18, 2015

Conversation

@aitboudad
Copy link
Contributor

QA
Bug fix?no
New feature?yes
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets~
LicenseMIT
Doc PR~

This allow running server without repeating127.0.0.1 each time, in the most of case we only change the port number.

  • Before
app/console server:start 127.0.0.1:8080
  • After
app/console server:start -p 8080

@dosten
Copy link
Contributor

👍

Copy link
Member

Choose a reason for hiding this comment

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

I think we should rather pass the built address here instead of doing this all again.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

done

Copy link
Member

Choose a reason for hiding this comment

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

Can you revert this change (i.e. moving the blank line down again)?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

reverted

@xabbuh
Copy link
Member

👍

1 similar comment
@stof
Copy link
Member

👍

@fabpot
Copy link
Member

Thank you@aitboudad.

@fabpotfabpot merged commitfbe1a43 intosymfony:2.8Apr 18, 2015
fabpot added a commit that referenced this pull requestApr 18, 2015
…ber option. (aitboudad)This PR was merged into the 2.8 branch.Discussion----------[FrameworkBundle][Server Command] add address port number option.| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | ~| License       | MIT| Doc PR        | ~This allow running server without repeating `127.0.0.1` each time, in the most of case we only change the port number.* Before```app/console server:start 127.0.0.1:8080```* After```app/console server:start -p 8080```Commits-------fbe1a43 [FrameworkBundle][Server Command] add address port number option.
@aitboudadaitboudad deleted the framework_cmd_server branchApril 18, 2015 10:25
@fabpotfabpot mentioned this pull requestNov 16, 2015
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@aitboudad@dosten@xabbuh@stof@fabpot

[8]ページ先頭

©2009-2025 Movatter.jp