-
Notifications
You must be signed in to change notification settings - Fork 7
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
incorrect setup instructions #23
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
|
@fisher60 do you have PostgresSQL installed? |
No, I did not see that as a project requirement. |
Good catch once again. You can add it during your PR. |
I will be adding docker to streamline the dev setup, if that is alright with you all. This would make it much easier setup, especially on windows (considering a DB is required). I should have this setup pretty quickly, but please let me know if you would not like to use docker. Edit: I will be adding a dev environment to docker, is what I meant to say. |
An update: I have searched for a few hours now and I am unable to get this work. I am now in a docker container with postgresql and pyscopg2 does not work. Any help would be appreciated here, I am not sure what the issue is or how this project is supposed to run. I have essentially cloned a docker setup that I already have that uses psycopg2 and posrgress. It also appears that sqlite3 is the only db being used as per the settings.py file. So I am unsure why this is required. |
The psycopg2 package broke in the latest release and the maintainer archived the repo. Please run this specific install instruction: |
hmmm, I am installing from requirements.txt, which specifies that version. |
I was attempting to set up a dev environment for windows and your setup instructions appear to recommend global installs. Would you be interested in using pipenv for this project? I would happily set that up.
The text was updated successfully, but these errors were encountered: