Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: still trying to get this page to work
Tip
titleExercise

This page is a different kind of uPortal manual page, a hands-on exercise. It may be helpful to you to use this exercise in the context of this manual. It also may serve as a template for building uPortal training materials.

Purpose of this exercise

This exercise adds a new user to uPortal's internal set of locally managed login credentials.

This exercise helps introduce uPortal's command line tooling implemented via Ant and Maven and exercises this tooling to ensure it is properly configured..

Pre-requisites for this exercise

  • A working, installed, suitable instance of uPortal 3 (e.g., that provided by the uPortal Quickstart distribution)

Stepwise instructions

Step 1: Navigate to the uPortal 3 directory

Supposing you've unzipped the Quickstart into /up3 : Rather than running Ant in the /up3/uPortal-3.0.0-quick-start/ directory, run it in /up3/uPortal-3.0.0-quick-start/uPortal-3.0.0 , so that instead of running Ant on the build.xml at /up3/uPortal-3.0.0-quick-start/build.xml, run Ant on the build.xml at /up3/uPortal-3.0.0-quick-start/uPortal-3.0.0/build.xml .

Code Block
titleMoving into the uPortal 3 directory

cd /up3/uPortal-3.0.0-quick-start/uPortal-3.0.0