1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 21:15:50 +02:00

cradle-install: add page (#2561)

This commit is contained in:
Owen Voke 2018-11-19 12:15:27 +00:00 committed by GitHub
parent 88545ce503
commit 3df02da634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,23 @@
# cradle install
> Installs the Cradle PHP framework components.
- 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}}`