Versions Compared

Key

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

...

Getting the Quick Start Running

  1. Download uportal-2-4-2-myvt-quick-start.zip - Link coming soon
  2. Unzip the file
  3. Go to the uportal-2-4-2-myvt-quick-start directory
  4. At the command line, run: ant hsql &
  5. Then run: ant tomcatstart &
  6. Access the portal at http://localhost:8080/uPortal/

You can log on as:

  • demo/demo - template user
  • admin/admin - administrative user with Administration tab (demo of subtabs)
  • student/student
  • faculty/faculty
  • staff/staff

reportal.sh

In the quick start directory there is a shell script named reportal.sh. We used a script similar to this while developing My VT to allow us to quickly reset uPortal to an "out of the box" state. This allowed us to ensure that changes we made to the XSLT, code, and DB worked cleanly.

...