+ One of the primary goals of ckan-devstaller is to ease
+ installation of CKAN for development. Built with Rust for speed
+ and streamlining installation with{" "}
+
+ ckan-compose
+
+ , ckan-devstaller improves installation speeds{" "}
+ from hours/days to just minutes depending on your
+ download speed.
+
+
+
+ Get started
+
+
+ Customize your installation
+
+
+
+ ) : null}
+ {active === 1 ? (
+
+
+
+ Customize your installation with the Builder.
+
+
+ Try out the interactive web GUI for customizing your CKAN
+ installation. You can select:
+
+
+
Presets
+
CKAN version
+
Extensions
+
Features
+
+
+ Then you can copy the provided ckan-devstaller command to run your
+ selected configuration.
+
+
+
+ Try out the Builder
+
+
+
+ ) : null}
+ {active === 2 ? (
+
+
+
+ Designed for developers.
+
+
+ We've kept development use cases in mind while developing
+ ckan-devstaller, such as:
+
+ After you've installed CKAN with ckan-devstaller, you can
+ uninstall CKAN with ease. This allows for quickly re-installing
+ CKAN for a different use case.
+
+ {props.codeblockUninstall}
+
+ Learn more about uninstalling
+
+
+ ) : null}
+
+ );
+}
diff --git a/docs/content/docs/changelog/0.3.0.mdx b/docs/content/docs/changelog/0.3.0.mdx
index c8fce07..b8143a7 100644
--- a/docs/content/docs/changelog/0.3.0.mdx
+++ b/docs/content/docs/changelog/0.3.0.mdx
@@ -22,7 +22,7 @@ The [Quick Start](/docs) page now includes three options for suggested installat
## Installation architecture page
-There is now an [Installation Architecture](/docs/reference/installation-architecture) page in the Reference section of the web app that provides a visual representaion of where `ckan-devstaller` installs relevant files/folders.
+There is now an [Installation Architecture](/docs/reference/installation-architecture) page in the Reference section of the web app that provides a visual representation of where `ckan-devstaller` installs relevant files/folders.
## Uninstall CKAN page
diff --git a/docs/content/docs/meta.json b/docs/content/docs/meta.json
index 09547b7..608d5ba 100644
--- a/docs/content/docs/meta.json
+++ b/docs/content/docs/meta.json
@@ -6,6 +6,8 @@
"---Further reading---",
"tutorials",
"reference",
- "changelog"
+ "changelog",
+ "--- ---",
+ "[Privacy Policy](https://dathere.com/privacy-policy/)"
]
}
\ No newline at end of file