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

update makefile rules to use docker run #7747

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

Weiko
Copy link
Member

@Weiko Weiko commented Oct 16, 2024

Fixes #7739

FYI @BOHEUS, thanks

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

This pull request simplifies the Makefile and local setup instructions by replacing complex Docker run commands with streamlined Makefile commands for PostgreSQL and Redis setup.

  • Updated Makefile to use direct Docker run commands for PostgreSQL and Redis, removing environment-specific options
  • Modified packages/twenty-website/src/content/developers/local-setup.mdx to use new Makefile commands (make postgres-on-docker and make redis-on-docker)
  • Simplified setup process across different operating systems by abstracting Docker configurations into the Makefile
  • Removed previously available Docker-related commands, which may impact some contributors' development workflows
  • Improved maintainability of the setup process by centralizing Docker configurations in the Makefile

2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Copy link
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

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

thank you @Weiko and @BOHEUS

@Weiko Weiko merged commit 082c614 into main Oct 16, 2024
6 checks passed
@Weiko Weiko deleted the c--update-makefile-using-docker-run branch October 16, 2024 12:33
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.

Cleanup after removing pgGraphql
2 participants