diff --git a/README.md b/README.md index 2c7f5a5..902cfb4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This repository seeks to ease the installation and configuration of Ice. In addi ## Docker Setup - Create the docker-compose file: `cp docker-compose-template.yml docker-compose.yml` - - Open docker-compose.yml and add AWS Access Key ID and Secret Key that has access to the s3 billing bucket: `vi docker-compose.yml` + - Open docker-compose.yml and add the AWS Access Key ID and Secret Key that has access to the s3 billing bucket: `vi docker-compose.yml` ice: build: ice @@ -47,13 +47,13 @@ This repository seeks to ease the installation and configuration of Ice. In addi - Create the configuration file that will be mounted to the container: `cp ice/assets/sample.properties ice/assets/ice.properties` - Open ice.properties and configure a basic setup by updating the following: `vi ice/assets/ice.properties` - # S3 bucket name where the billing files are + # s3 bucket name where the billing files are ice.billing_s3bucketname= # Your company name ice.companyName= - # S3 bucket name where Ice can store output files + # s3 bucket name where Ice can store output files ice.work_s3bucketname= # Your AWS account number. You can also replace "production" with your own identifier