Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 32 Next »

rSmart Specific Information

  • Use 1.1.0-a1 tag, which was cut from the 1.1.x-test branch
    • Currently, the 1.1.x-test branch is compatible with sakai_2-5-x and has not been ported to sakai_2-6-x yet

UCD Release Information

Version Information

Patch : UCD Local Modifications

  • Change from sample to UCD specific advisors
    • SAK-2853 : patch
    • (warning) Instead applying the patch, we can use the rSmart Maven filter approach to set the bean at build time.

Configuration

  • TEST
    • sakai.properties
      final_grade_submission_url=https://cmdev.ucdavis.edu/CourseManagement/final_submit/fgs_direct_upload.cfm?sakai_id=
      final_grade_submission_enterprise_service_url=? Not defined yet
      final_grade_submission_request_key_grade_data=gd
      final_grade_submission_request_key_file_name=fn
      final_grade_submission_csv_header=Kerberos Id,Name,EnrollmentSet EID,Grade
      
    • Adding the UCD IET CA certificate authority
      1. Download the IET CA public key in DER format from:
      https://confluence.ucdavis.edu/confluence/display/IETP/IET+Certificate+Authority
      
      2. Install that cert into the Java JRE's root certificate store 
      keytool -import -alias ucdavis_iet -file ucd_iet_ca.der -keystore $JAVA_HOME/jre/lib/security/cacerts
      - Unless you've changed it, the JRE's default keystore password is 'changeit'.
      
      3. Restart Tomcat
      
  • PROD
    • sakai.properties
      Not defined yet
      

Subversion Changes

  • Previously, we used a Sakai specific versioning scheme, sakai_2-5-x etc. Now, we assign version numbers that are project specific.
  • No labels