Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize project to make development easier #8

Closed
wants to merge 7 commits into from
Closed

Dockerize project to make development easier #8

wants to merge 7 commits into from

Conversation

m8051
Copy link

@m8051 m8051 commented Oct 5, 2021

Description

This PR attempts to Dockerize the project to make development easier by:

  • Using docker-compose to run a Ruby container with the application and a Memcached container.

  • Using a BootStrap Script written in Bash to speed up common Docker tasks.

  • Updating documentation with the latest changes

    • README.md
    • CHANGELOG.md

Feature

Resolves #6

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

By executing the script arguments

  • Run script arguments { bash | bundle | rspec | setup | stop }

Checklist

  • Adds docker-compose file;
  • Adds bash script;
  • Updates documentation.

README.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
m8051 added 3 commits October 5, 2021 19:59
Add newline at EOF
Fix Fork it literal URL
Fix syntax errors in CHANGELOG.md
@sourcelevel-bot
Copy link

SourceLevel has finished reviewing this Pull Request and has found:

  • 1 possible new issue (including those that may have been commented here).
  • 11 fixed issues! 🎉

See more details about this review.

Copy link

@VictorSNA VictorSNA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Thanks again for your collaboration! :)

@m8051
Copy link
Author

m8051 commented Oct 6, 2021

Hey! Thanks again for your collaboration! :)

Cheers @VictorSNA , hope it helps to speed up things for you guys

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerize project to make development easier
2 participants