Versions Compared

Key

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

...

Info

This page is for attendees of the OR2017 workshop "Getting Started with Angular UI Development for DSpace". It provides links to resources, workshop preparation, etc.

Tutorial Recording

A later version of this workshop/tutorial was recorded at the DSpace North American User Group meeting on Aug 23, 2017 at Georgetown University. This recording includes the beginning of the Workshop, but does not include the hands-on development section.  Slides from this updated video tutorial are available at: https://goo.gl/pWFacH 

Widget Connector
urlhttp://youtube.com/watch?v=c4AJ8HeZzcw

Workshop Slides

The workshop slides are available at: https://goo.gl/o2mgGo

Additionally, there was a separate OR2017 talk which gave higher level updates on DSpace 7 efforts. Those DSpace 7 overview slides are also available at: https://goo.gl/Hrt4Ct

Preparing for "Hands-on" portion of workshop

...

  1. Revert all existing files to their state at the start:

    • git reset or2017-start --hard
  2. Remove any newly created files

    • git clean -f -d
  3. Sync with the solution

    • git merge $TAG_NAME

...

Additional Resources