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

PostgreSQL Installation Required for Local Development #882

Open
ai-yann opened this issue Dec 16, 2024 · 0 comments
Open

PostgreSQL Installation Required for Local Development #882

ai-yann opened this issue Dec 16, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ai-yann
Copy link
Contributor

ai-yann commented Dec 16, 2024

What improvement(s) are you suggesting?

The error pg_config executable not found indicates that PostgreSQL needs to be installed locally before running make first-run. This should be clearly documented in the setup requirements.

This is already mentioned in the troubleshooting docs, but should be more prominent in the main setup flow (similar to my comment in this Issue):

4. **`pg_config` Executable Not Found:**
   - Ensure PostgreSQL is installed properly. For MacOS, use:
     ```bash
     brew install postgresql
     ```
   - Check [PostgreSQL documentation](https://www.postgresql.org/download/) for other OS instructions.

Additional information

No response

@tianjing-li tianjing-li added the good first issue Good for newcomers label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants