mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00

* 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>
549 B
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}}