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

Appearance settings

Improve installation command #285

Copy link
Copy link
@corpsee

Description

@corpsee
Issue body actions

Improve installation command by separating interactive installation from non-interactive:

  • By new non-interactive flag:
# Interactive installation 
./bin/console php-censor:install

# Non-interactive installation
./bin/console php-censor:install --non-interactive
    --url='http://php-censor.local'
    --db-type=pgsql
    ...
  • Or by separated commands:
# Interactive installation 
./bin/console php-censor:install

# Non-interactive installation
./bin/console php-censor:non-interactive-install
    --url='http://php-censor.local'
    --db-type=pgsql
    ...

P. S.: Also we should add interactive mode for flag db-pgsql-sslmode from #282 and #283.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.