-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fresh Non-Docker Install unable to login #109
Comments
Having a similar problem. I'm able to create superusers, but they aren't able to log in. |
I happened to figure out what the issue was regarding my lack of database population, so hopefully this will work for you guys. (My initial issue was I had skipped a step regarding There's a step that is not mentioned in the wiki that involves modifying the You'll want to look for this location in
The database can and should operate without those naughty root credentials there, so put in whatever you put in your This was done on Debian 10 (in a very hacky fashion since Node 8 is not in support anymore). I'm going to see about getting the wiki steps modified to include this info, particularly steps on a more modern operating system, as I think the steps seem to think the user is on Debian 8, which is now oldoldstable. |
There we are, pull request is in to include the new step. It's a bit hacky, but if someone wants to do it on Debian 10, it is in fact possible, with some elbow grease. 😅 |
This includes the missing step in #109 that I discovered and also updates the walkthrough to enable installing on a more modern (Debian 10) operating system.
Thanks of taking the time to update the docs :) Please feel free to create PRs that update these docs in the future. I run everything in a docker container so I'd never needed/updated these docs. |
Not a problem! The only suggestion I can make is ensuring your Node is up to date. Getting that stuff to work when it's out of date and you're not a Node guru is an exercise in patience. 😜 |
Seems like the non-docker install guide found here https://github.com/open-eats/OpenEats/blob/master/docs/Running_the_App_Without_Docker.md isn't fully completed. It leaves out how to populate the database with defaults such as first user and static data. I've tried running python3 manage.py createsuperuser and it comes back with error's about "Table 'djano_content_type' already exists"
Any ideas?
The text was updated successfully, but these errors were encountered: