Skip to content

Basic install is throwing errors #2

@datatalking

Description

@datatalking
  1. I'm getting errorrs when I'm trying to run the .sh file in your instructions
  2. A large chunk of the code seems to self reference so there is at least three circular logic statements I'm debugging.
    2A './server-setup.sh' gives error
    ld: library not found for -lssl
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    error: command 'gcc' failed with exit status 1

2B. python manage.py migrate attempts to run and install the migration but no setup.py or references to requirements.txt have been made so it gives django-heroku not installed... even after it is.
2C. Even if I ignore both of those errors or try to monkey patch them with python the site will not render. Would really like to look at your app, but it appears to have been a few years. Can we update this or have you depreicated the code?

Not Found

The requested resource was not found on this server.
  1. setup.py needs to be created and the requirements.txt file updated as well. I could work on this but have another option if this code is depricated.

Screen Shot 2022-05-13 at 3 27 00 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions