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

Added points in Manual installation #279

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Added points in Manual installation #279

wants to merge 4 commits into from

Conversation

rajxzel
Copy link

@rajxzel rajxzel commented Jul 6, 2024

Added some points for installation purpose of windows users

Comment on lines 100 to 102
For Windows User:After the postgres is successfully installed on your system, you need to set the environment variable path for it.Simply type environment variable in search and open environment variable settings , there you need to select and open path settings and add a new path which will be path to bin folder of postgres installation in your C://program files.
Once you set the path and save the settings, verify it by opening command prompt and running psql --version command there.

Copy link
Contributor

Choose a reason for hiding this comment

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

@rajxzel postgres setup instruction can be removed

Copy link
Author

Choose a reason for hiding this comment

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

done deepak

Comment on lines 224 to 228
```
pip install gevent
celery -A <module> worker -l info -P eventlet
```
If any issues comes for eventlet , install event let as well
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be gevent and eventlet right?

Copy link
Author

Choose a reason for hiding this comment

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

changed it

python3 -m venv <virtual environment name>
<virtual environment name >/Scripts/activate
```
Remove '<>' and give your environment name in the command.
Copy link
Contributor

Choose a reason for hiding this comment

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

you can remove this sentence

Comment on lines 218 to 228
For Windows:

Perform the below steps from the root directory of the project

```
pip install gevent

pip install eventlet

celery -A <module> worker -l info -P eventlet
```
Copy link
Contributor

Choose a reason for hiding this comment

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

@rajxzel modify this section to indicate that either gevent or eventlet or a solo pool can be used

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

2 participants