import { CodeBlock, Pre } from "fumadocs-ui/components/codeblock"; import defaultMdxComponents from "fumadocs-ui/mdx"; import { DocsBody, DocsDescription, DocsPage, DocsTitle, } from "fumadocs-ui/page"; import { BarChartBigIcon, BlocksIcon, HomeIcon, SailboatIcon, TerminalSquareIcon, } from "lucide-react"; export default function Builder() { const { Card, Cards } = defaultMdxComponents; return (

ckan-devstaller command

              ./ckan-devstaller
            

Configuration options

Presets

} title="CKAN-only" > Installs CKAN with ckan-compose. } title="CKAN and the DataStore extension"> Installs CKAN and the DataStore extension. } title="CKAN, DataStore, ckanext-scheming, and DataPusher+ extensions" > Installs CKAN, the DataStore extension, the ckanext-scheming extension, and the DataPusher+ extension.

CKAN version

} title="2.11.3"> } title="2.10.8"> } title="Other">

SSH capability

} title="Enable SSH"> Installs openssh-server and net-tools.

CKAN extensions

} title="ckanext-scheming"> } title="ckanext-gztr"> } title="DataStore"> } title="DataPusher+"> } title="ckanext-spatial">
); }