-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters