#How to get data
- Check out this branch of search-query /blackbaud/search-query/otg-evil-no-permissions-query
- Check out this branch of common-spring-boot /blackbaud/common-spring-boot/otg-evil-no-permissions-query
gw clean pubL
in common-spring-bootgw refI
in search-querygw startElastic
in search-querygw createSearchIndex
in search-query- Open up search-query and go to "segmentation works with non-nested sub-fields" spec in SegmentationSpecification component test.
- Run that test and expect it to fail. Boom. You have social data on your local elasticsearch cluster.
gw bootRun
in search-querygw refN
in bluemoon-local-router- Check out segmentation-component master.
gw refN
in segmentation-component- gulp serve that thing.
- In THIS project, run
skyux build
to get the npm dependencies installed - 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
}
}
},`
- Take a deep breath, you are almost done.
- In THIS project, run
skyux serve --launch local
- PROFIT.