1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00
tldr/pages/common/cradle-install.md
Vítor Henrique 5edbf734fb
pages*: improve page descriptions (#12558)
* pages*: improve page descriptions

* ical: improve page description

* cockpit-desktop: remove unneeded word from page description

* nc: improve description wording

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-25 19:58:21 -03:00

549 B

cradle install

Install the Cradle PHP framework components. More information: https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#install.

  • Install Cradle's components (User will be prompted for further details):

cradle install

  • Forcefully overwrite files:

cradle install --force

  • Skip running SQL migrations:

cradle install --skip-sql

  • Skip running package updates:

cradle install --skip-versioning

  • Use specific database details:

cradle install -h {{hostname}} -u {{username}} -p {{password}}