Skip to content
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

the make initdb command raised error #209

Open
jmnda-dev opened this issue Jun 15, 2022 · 0 comments
Open

the make initdb command raised error #209

jmnda-dev opened this issue Jun 15, 2022 · 0 comments

Comments

@jmnda-dev
Copy link

I was following the instructions in the readme on how to set up djaoapp. But when I run the make initdb command I get this error:

 ...
 ...
  Applying signup.0006_v0_4_7... OK
  Applying signup.0007_v0_4_8... OK
  Applying sites.0001_initial... OK
  Applying sites.0002_alter_domain_unique... OK
  Applying social_django.0001_initial... OK
  Applying social_django.0002_add_related_name... OK
  Applying social_django.0003_alter_email_max_length... OK
  Applying social_django.0004_auto_20160423_0400... OK
  Applying social_django.0005_auto_20160727_2333... OK
  Applying social_django.0006_partial... OK
  Applying social_django.0007_code_timestamp... OK
  Applying social_django.0008_partial_timestamp... OK
  Applying social_django.0009_auto_20191118_0520... OK
  Applying social_django.0010_uid_db_index... OK
cat ./djaoapp/migrations/adjustments1-sqlite3.sql | sqlite3 /home/jachin/WORKSPACE/djaoapp/installTop/var/db/djaodjin.sqlite
/bin/sh: line 1: sqlite3: command not found
make: *** [Makefile:108: initdb-djaoapp] Error 127

I managed to resolve this error by installing sqlite. Since am using Fedora I run dnf install sqlite

It would be helpful if the readme is updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant