-
Notifications
You must be signed in to change notification settings - Fork 205
Description
Dear OTree devs,
I'm trying to follow the installation instructions provided here to set up my own instance of OTree.
I followed the instructions there up to here excluded, then I jumped here (section "Getting started") as I figured out I didn't have any requirements.txt to install...(maybe consider adding this specification to the installation instructions)
From there I run the commands to create a new project (I choose to include example games), and then, before starting the devserver, I went back here to install the dependencies and reset the db.
Then I got stuck: as I give command otree resetdb
I get an exception dump (I'm on the command line on Ubuntu) that terminates with the following
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "localhost" (127.0.0.1), port 5432 failed: fe_sendauth: no password supplied
ca you help me understand what is the problem? I guess I need a way to give pass the password to the Postgres DB as an argument to the resetdb
script?