Summary and Next Steps
This guide has helped you set up three essential services. Below, you'll find a brief summary and links to each service.
Executable Corpus
- Solr Search Index: Access the code search index at http://localhost:8983/solr/lasso_quickstart. The dashboard is available at http://localhost:8983/solr/#/lasso_quickstart/query.
- Nexus Artifact Repository: Browse the artifact repository at http://localhost:8081/repository/maven-public/. The dashboard is available at http://localhost:8081/.
LASSO Platform
- LASSO Instance: Access the LASSO instance at http://localhost:10222.
- Dashboard (GUI): View the LASSO dashboard at http://localhost:10222/webui/.
- Swagger API: Explore LASSO's Webservice API using Swagger at http://localhost:10222/swagger-ui/index.html.
Advanced Topics (Tool Integrations, etc.)
LASSO is highly extensible via its Actions API. To learn more about integrating tools with LASSO, see our guide on Actions.