-
Notifications
You must be signed in to change notification settings - Fork 23
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 installation docs #31
Comments
I've tried some online solutions but none of them seems to work here :( |
@OctoPie23 Try this, since it worked for me ;)
Now try |
make postgres
@OctoPie23 did this work? ^ |
@JonoYang I also had to run
Is this right? Do we need to update the docs at README.rst for this? Also we might want to add |
Yup that is right, we need the SECRET_KEY before setting up postgres, we do need to update that. |
Will look into it and let you know :P |
@AyanSinhaMahapatra I couldn't reproduce that following error. Because I tried reinstalling the I faced another error somehow similar to yours related to the So, yeah in the documentation in the steps its better to add |
Also the
|
@OctoPie23 saw the gist, can you please specify the python version you are using |
@35C4n0r Python 3.10.6 |
I followed all the installation guide and still had problem with
make postgres
on a debian machine.Initially I had the following error when running the
sudo make postgres
so I started the service
sudo service postgresql start
and I tried creating a user
postgres
manually and the error still persists with the following error message.am I missing something?
Installed OS: Debian 6.0.12-1parrot1 x86_64 GNU/Linux
Installed PostgreSQL: postgres (PostgreSQL) 13.9 (Debian 13.9-0+deb11u1)
The text was updated successfully, but these errors were encountered: