GithubHelp home page GithubHelp logo

Comments (7)

CicadaMikoto avatar CicadaMikoto commented on May 10, 2024

I am also having this issue and it is preventing installation. Any ETA for a fix or a workaround?

from ghostwriter.

c4ch3c4d3 avatar c4ch3c4d3 commented on May 10, 2024

I can also say I've encountered this issue. If it helps at all, I didn't have any issues when installing on Ubuntu Server 18.04, but I do encounter it with RHEL 7.7. Additionally, I was only able to get to this error by modifying the DockerCompose file for the production django container (I haven't tried on local at all in RHEL). I had to change RUN chmod +x /seed_data to RUN chmod 777 /seed_data. Without granting global permissions, I would continuously get a /bin/ash: can't open '/seed_data': Permission denied when running docker-compose -f production.yml run --rm django /seed_data.

from ghostwriter.

c4ch3c4d3 avatar c4ch3c4d3 commented on May 10, 2024

I've been able to get past this database seeding issue, but I'm not entirely sure whats changed. I ended up starting over from scratch, and making all my customization for the production environment before running any of the commands to get the application started.

from ghostwriter.

chrismaddalena avatar chrismaddalena commented on May 10, 2024

From the information provided here and elsewhere the issue appears to be related to Docker on certain Linux distros. It has come up a few times when using a basic Linux AMI on AWS and is resolved when users switch to Ubuntu. I have not encountered it on macOS, Debian, or Ubuntu myself thus far.

You will likely encounter issues if you customize the database or input data before seeding the database. Attempts to overwrite custom data with the seed data may throw errors and prevent you from proceeding.

from ghostwriter.

jimmio avatar jimmio commented on May 10, 2024

I was on macOS when I encountered the issue, and I did not customize the database or input data before seeding.

from ghostwriter.

deletehead avatar deletehead commented on May 10, 2024

Same here. MacOS, also encountered when trying it out on Kali

from ghostwriter.

chrismaddalena avatar chrismaddalena commented on May 10, 2024

Closing this because it's been stale a while and discussed in other places.

from ghostwriter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.