Browse Source

cradle-install: add page (#2561)

Owen Voke 6 years ago
parent
commit
3df02da634
1 changed files with 23 additions and 0 deletions
  1. 23 0
      pages/common/cradle-install.md

+ 23 - 0
pages/common/cradle-install.md

@@ -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}}`