Skip to content

Commit

Permalink
Update sample app readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Nov 26, 2024
1 parent 5ad2cc7 commit 8aa3afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Navigate to IAM and for the new role (`aws-elasticbeanstalk-ec2-role`) add the `
After initial deployment of the sample app and workers:
1. Ensure `path` is not used in the Gemfile - GitHub and branch may be used.
2. Run `rm Gemfile.lock && bundle install && bundle lock --add-platform ruby`
3. Create a zip of the sample-app: `zip ../sample-app.zip -r * .[^.]*`.
3. Create a zip of the sample-app: `rm -rf ../sample-app.zip && zip ../sample-app.zip -r * .[^.]*`.
4. Upload the zip file to your EB web environments.

You can find web logs under `/var/log/puma/puma.log`
Expand Down

0 comments on commit 8aa3afa

Please sign in to comment.