# cloudfoundry-deployment **Repository Path**: mirrors_huaweicloud/cloudfoundry-deployment ## Basic Information - **Project Name**: cloudfoundry-deployment - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloudfoundry-deployment ### Prerequisites One ubuntu VM (> 14.04) requires at least 8 GB of RAM and 4U. ### Installation 1. pull cloudfoundry-deployment github repository. ``` git clone https://github.com/huaweicloud/cloudfoundry-deployment/ ``` 2. set cloud credentials. ``` cd cloudfoundry-deployment vi keystonerc # set your own ENV in the file export OS_AUTH_URL="https://iam.eu-west-0.prod-cloud-ocb.orange-business.com/v3" export OS_USERNAME=user export OS_PASSWORD=password export OS_DOMAIN_NAME=domain_name export OS_PROJECT_DOMAIN_NAME=project_domain_name export OS_USER_DOMAIN_NAME=user_domain_name export OS_TENANT_NAME=tenant export OS_REGION_NAME=eu-west-0 export OS_AVAILABILITY_ZONE=eu-west-0b ``` 3. Install cloudfoundry by the following command which can be executed repeatly until success. ``` ./install.sh ``` 4. If you need to uninsall cloudfoundry, you can run the following command. ``` ./uninstall.sh ```