- Deploy the soffit portal code update
- Build and install soffit to your local m2 cache
- Cherry-pick/merge/whatever Drew Wills' soffit branch - Also can be seen at this PR
- Build/deploy portal wherever you'd like to test
- Manage Portlets
(cont.)
- Modify data in the included xml definition file (
soffit-test-one.portlet-definition.xml
) - Import using the Admin import/export feature (or your preferred import method)
(cont.)
- Register New Portlet
- Portlet (Adapter for JSR-168 and JSR-286 Portlets)
- /uPortal > Soffit Connector
- Add portlet preference org.apereo.portlet.soffit.connector.SoffitConnectorController.serviceUrl : <node_url_and_port>
- This will probably be fine as http://localhost:3000/ unless you're running the portal and this code on different machines
- Publish as usual
- Navigate to
/uPortal/p/<your_portlet_fname>
- ?
- PROFIT!