Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New instructions on getting a site with demo content #2266

Merged
merged 3 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions docs/installation/docker-demo.md

This file was deleted.

6 changes: 5 additions & 1 deletion docs/installation/docker-local.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing a Development Server
# Installing a Development or Demo Server

When developing locally, your Drupal site resides in your `isle-dc/codebase` folder and is bind-mounted into your
Drupal container. This lets you update code using the IDE of your choice on your host machine, and the
Expand Down Expand Up @@ -51,3 +51,7 @@ to install the Drupal site in your `codebase` folder and spin up all the other c
Enjoy your Islandora instance! Check out the [basic usage documentation](../docker-basic-usage) to see
all the endpoints that are available and how to do things like start and stop Islandora. Your passwords,
including the Drupal admin password, can be found in the `secrets/live` directory after you run `make starter`.

## Demo Content

To populate your site with some demo content, you can run `make demo_content`. This will import some sample objects into your Islandora site.