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

fix(docs): add prerequisites section in step 2 #1149

Merged
merged 8 commits into from
Sep 27, 2023
Merged

Conversation

JvSdv
Copy link
Contributor

@JvSdv JvSdv commented Sep 11, 2023

Description

I made an example of what requirements are necessary to run the "install_helper" script and to display what its prerequisites are to run.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code

README.md Outdated
```

- **Step 6**: Navigate to `localhost:3000` in your browser

- **Step 7**: Want to contribute to the project?

```
docker compose -f docker-compose.dev.yml up --build
docker-compose -f docker-compose.dev.yml up --build
Copy link
Collaborator

Choose a reason for hiding this comment

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

docker-compose is deprecated and has been integrated in docker cli.


```bash
brew install gum # Windows (via Scoop) scoop install charm-gum
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please keep this line and add the install for PostgreSQL too for mac and windows

@@ -80,7 +80,7 @@ echo "Running the migration scripts..."

# Step 5: Launch the app
echo "Launching the app..."
docker compose up --build
docker-compose up --build
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here. Keep docker compose separated

Copy link
Contributor

@gozineb gozineb left a comment

Choose a reason for hiding this comment

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

Thanks a lot for your contribution @JvSdv 🙏 😸

@gozineb gozineb changed the title docs: Add prerequisites section in step 2 fix(docs): add prerequisites section in step 2 Sep 27, 2023
@gozineb gozineb merged commit ae7a8ea into QuivrHQ:main Sep 27, 2023
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants