Skip to content

Blackbaud-IsaacAggrey/otg-team-ermahnerds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otg-team-ermahnerds

#How to get data

  1. Check out this branch of search-query /blackbaud/search-query/otg-evil-no-permissions-query
  2. Check out this branch of common-spring-boot /blackbaud/common-spring-boot/otg-evil-no-permissions-query
  3. gw clean pubL in common-spring-boot
  4. gw refI in search-query
  5. gw startElastic in search-query
  6. gw createSearchIndex in search-query
  7. Open up search-query and go to "segmentation works with non-nested sub-fields" spec in SegmentationSpecification component test.
  8. Run that test and expect it to fail. Boom. You have social data on your local elasticsearch cluster.
  9. gw bootRun in search-query
  10. gw refN in bluemoon-local-router
  11. Check out segmentation-component master.
  12. gw refN in segmentation-component
  13. gulp serve that thing.
  14. In THIS project, run skyux build to get the npm dependencies installed
  15. Go to otg-team-ermahnerds/skyux-spa-hotshot/node_modules/@blackbaud/skyux-builder/config/webpack/serve.webpack.config.js and add the following property after publicPath in the devServer object:
proxy: {
      '/api': {
          "target": {
              "host": "localhost",
              "protocol": 'https:',
              "port": 9007
          },
          secure: false
      }
  }
},`
  1. Take a deep breath, you are almost done.
  2. In THIS project, run skyux serve --launch local
  3. PROFIT.