lahirujayathilake commented on code in PR #414: URL: https://github.com/apache/airavata-custos/pull/414#discussion_r1946787491
########## README.md: ########## @@ -48,70 +48,33 @@ Following diagram illustrate the architecture of the Custos Software. * Maven 3.6.x #### Clone the repository - ``` - git clone -b develop https://github.com/apache/airavata-custos.git - - ``` - -#### Build source code - - Following command builds the Custos source code and create two docker images of custos_core_server and custos_integration_server - - ``` - cd airavata-custos - mvn clean install - ``` - -#### Run Custos on docker - -Following command starts Custos main services and its depend services. All services are listed below and you should be able to -access them locally if all services are correctly started. - - - Dependent Services - * Keycloak (http://localhost:8080/auth/) - * MySQL (0.0.0.0:3306) - * HashiCorp Vault (http://localhost:8201/) - * CILogon (Not available for local development) - - - Custos Services - * Custos Core Service (0.0.0.0:7001 (grpc port)) - * Custos Integration Service (0.0.0.0:7000 (grpc port)) - * Custos Rest Proxy (http://localhost:10000(envoy proxy) - - ``` - cd custos-utilities/ide-integration/src/main/containers - docker-compose up - ``` - -#### Bootstrapping Custos Super Tenant - -If all services were successfully ran. Custos bootstrap service needs to be run to create a Super tenant to launch Custos Portal - ``` - cd custos-utilities/custos-bootstrap-service/ - mvn spring-boot:run - ``` -The above command should create the super tenant and it outputs super tenant credentials. Copy those credentials to configure -Custos Portal. - -``` -Note: Make sure to clean up old databases for fresh start. +```sh +git clone https://github.com/apache/airavata-custos.git ``` -#### Install Custos Portal Locally +#### Start Docker Containers Review Comment: Better to mention this is to run a development environment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
