sugarlabs / social

A Platform of discussion for the projects, Activities, and Softwares of SugarLabs Organisation.
https://sugarsocial.herokuapp.com/
2 stars 5 forks source link

Setup #3

Closed GouravSardana closed 5 years ago

GouravSardana commented 5 years ago

I installed all the requirements but there is an issue on postgres. So, i setup sqlite3 in my local and there is another issue regarding socialauth i.e site is on localhost and i can't signup. so, i just created a user from admin and i can login through it. Whats the changes and update for the projects @avinashbharti97 ?

avinashbharti97 commented 5 years ago

can you please elaborate the problem coming with postgres?

GouravSardana commented 5 years ago

Here is the issue 22:55:44: Error: Error connecting to the server: fe_sendauth: no password supplied

avinashbharti97 commented 5 years ago

Did you follow this? settting up database

on running which command you are getting this error? or on which step this error is coming , if possible please share the screenshot.

GouravSardana commented 5 years ago

image Here is the error on pgadmin

GouravSardana commented 5 years ago

I tried all the steps as given by you in readme but database is not connected yet. It shows django.db.utils.OperationalError: FATAL: password authentication failed for user "root"

avinashbharti97 commented 5 years ago

A new postgreSQL user should be created with the name 'username' and password 'password' .

Project settings variable depends on these names.

here is the screenshot of settings variable

setting variables

GRANT ALL PRIVILEGES ON DATABASE database TO username;

GouravSardana commented 5 years ago

Done!! bro! So, should we start ?

avinashbharti97 commented 5 years ago

@GouravSardana sure, I will update the issues with the features to be added and work to be done.

you can get an idea about the features to be implemented here future development you can also test the application and open the issues for the same :D