diff --git a/README.md b/README.md index 7cd5aca..ec02f65 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Project to run the whole ggtracker stack in vagrant * ESDB: `(cd esdb && foreman start)` * ggtracker: `(cd ggtracker && ESDB_HOST=172.28.128.3:9292 foreman start)` (change IP accordingly) * Set up Amazon AWS S3 buckets for development as described in [esdb/config/s3.yml.example](https://github.com/dsjoerg/esdb/blob/master/config/s3.yml.example) (only dev and test are needed) and set up buckets and credentials accordingly in `esdb/config/s3.yml` and `ggtracker/config/s3.yml`. All buckets need to be [publicly readable](https://ariejan.net/2010/12/24/public-readable-amazon-s3-bucket-policy/) and the replay bucket needs to have [CORS enabled for GET, PUT and POST](http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html). + * Open your browser to 172.28.128.3:3000 (or whatever your vagrant IP is from the previous step) * The app will be on the ip of the vagrant box and uploading a replay should work - otherwise please raise an issue here, so it can be fixed. ### Making changes to components