Versions Compared

Key

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

...

...

Anchor
ssp-demo-data
ssp-demo-data
SSP Demo Data Installation

To install the SSP Demo Data

 

1. Update SSP & SSP-Platform Source

  • Update ssp to either the 'master' branch or the 'rel-1-2-patches' branch depending on your needs for the environment
  • Update ssp-platform to either the 'ssp-master' or the 'ssp-rel-1-1-patches' branch

2. Edit the config file

  • open 'ssp-config.properties' in your SSP_CONFIGDIR directory 
  • edit the line that reads;

    Code Block
    db_liquibase_changelog=classpath:org/jasig/ssp/database/masterChangeLog.xml

    to

    Code Block
    db_liquibase_changelog=classpath:org/jasig/ssp/database/masterChangeLog-demo.xml
    
    
  • Save this change

3. Build and Deploy SSP

  • Navigate to the SSP source directory and Run the following command to build SSP

    Code Block
    C:\ssp\master> mvn -Dmaven.test.skip=true install
  • Navigate to your SSP-Platform source directory and run the following command to deploy SSP

    Code Block
    ant deployPortletApp -DportletApp=(Your SSP source directory)/target/ssp.war
  • Stop/Start (or restart) tomcat
  • If you watch the catalina.out log file you should see liquibase acquire the changeset and run the changeset for adding demo data. 

4. Import uPortal Userfiles

  • Navigate to the SSP-Platform source directory and run the following command to import the uPortal user files so you can login

    Code Block
    ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_demo_entities data-import
  • You should see a long list of various usernames loaded in with this step

To test this, login as one of the coaches listed on the Demo Data Documentation page and ensure that you can see students and their associated data listed for the coach you login as.

 

...

 

 

If anything in it is incorrect or unclear, please leave a comment below.