Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
fixed readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrouse committed Jun 14, 2015
1 parent 78895f8 commit e0e0dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e0e0dcb

Please sign in to comment.