Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install via Docker (Recommended if you just want to try it out quickly for dev/test environments) - This is the easiest/quickest way to get everything running locally (no matter your technical skills).  We even have a script to automatically load some test data and test accounts into your Docker instance.
  2. Install the User Interface only, while using the demo REST API backend - This is the easiest way to try out just the User Interface locally.  Keep in mind, by default, the User Interface will be installed to use our DSpace 7 REST API Demo as a backend.  Therefore, you will be interacting with the content on that demo site and will need to use the login information for the demo site (see above)
  3. Install both the User Interface and REST API locally (bring your own test contentRequired for Production).  This is a fully manual local installation. Keep in mind this installation process is may still change slightly before the final 7.0 releaseThe UI and REST API need not be installed on the same server.

Install via Docker

Warning
titleNot Production Ready

At this time, DSpace Docker resources are not production ready. They have been build for development/testing only. Therefore, DSpace Docker images may not be fully secured or up-to-date & often assume everything is running on "localhost". While you are welcome to base your own images on these DSpace images/resources, these should not be used "as is" in any production scenario.  That said, they are a great way to test DSpace 7 quickly and easily.

...