diff --git a/docs/demo.md b/docs/demo.md index 5029a5d..eb2c011 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -1,16 +1,8 @@ -# Run The DKAN Demo Site - -Note: As of DDEV 1.19.5, these instructions require managing the settings.php -file. After DDEV 1.19.6 is released, this will (hopefully) not be required. +# Build a DKAN Demo Site mkdir my-project && cd my-project ddev config --auto - ddev get getdkan/dkan-ddev-addon + ddev get https://github.com/GetDKAN/ddev-dkan/archive/refs/heads/main.tar.gz ddev restart - ddev composer create getdkan/recommended-project:@dev -y - # At this point, we must add a configuration to settings.php - # This should change after DDev 1.19.6 is released. - cat .ddev/misc/settings.dkan-snippet.php.txt >> docroot/sites/default/settings.php - cp .ddev/misc/settings.dkan.php docroot/sites/default/settings.dkan.php - ddev dkan-demo + ddev launch diff --git a/docs/getting-started.md b/docs/getting-started.md index 5356f05..564e1e2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -14,7 +14,7 @@ Grab the DKAN addon to get helpful DKAN commands. Note that eventually we'll be 'official' and you won't have to install this from a tarball. - ddev get https://github.com/GetDKAN/dkan-ddev-addon/archive/refs/heads/main.tar.gz + ddev get https://github.com/GetDKAN/ddev-dkan/archive/refs/heads/main.tar.gz Make sure we're using the addon.