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

Create install command #4

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Create install command #4

wants to merge 10 commits into from

Conversation

bennothommo
Copy link
Member

@bennothommo bennothommo commented Sep 10, 2020

Usage:
  install [options] [--] [<path>]

Arguments:
  path                     The path to the Winter CMS project.

Options:
  -c, --composer           Installs Winter CMS using Composer.
      --contributor        Installs Winter CMS using Composer, and sets up the installation in order to allow the user to contribute to Winter CMS.
  -e, --easy               Installs Winter CMS using the Winter CMS marketplace.
  -f, --force              Forces the installation of Winter CMS (will delete any files within the path specified).
      --app-name=APP-NAME  Specifies the name of the Winter CMS project.
      --app-url=APP-URL    Specifies the URL of the Winter CMS project.
      --db-type=DB-TYPE    Specifies the database type.
      --db-host=DB-HOST    Specifies the database host.
      --db-port=DB-PORT    Specifies the database port.
      --db-name=DB-NAME    Specifies the database name (or storage path).
      --db-user=DB-USER    Specifies the database username.
      --db-pass=DB-PASS    Specifies the database password.
  -h, --help               Display this help message
  -q, --quiet              Do not output any message
  -V, --version            Display this application version
      --ansi               Force ANSI output
      --no-ansi            Disable ANSI output
  -n, --no-interaction     Do not ask any interactive question
  -v|vv|vvv, --verbose     Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  This command allows you to install Winter CMS into a specified path.
  
  Three types of installation are available:
   - Easy install: Installs Winter CMS using the Winter CMS marketplace.
   - Composer install: Installs Winter CMS using Composer.
   - Contributor install: Installs Winter CMS using Composer, and sets up the installation in order to allow the user to contribute to Winter CMS.

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.

None yet

1 participant