NoSectionError

Issue #35 resolved
Will Keenan created an issue

New to Python, I will try to resolve this problem but all suggestions are appreciated.

Attached is a screenshot providing the tracebacks when re-running "setup" and "runserver". There appears to be a problem creating the foreman.db, as no database is created.

When attempting to view localhost:5000, "Unable to connect" is displayed, whereas localhost:80 displays normally.

I've attempted the installation on two different PCs, both running Windows 10, Python 2.7.11, and SQLite 3.10.0

Comments (2)

  1. Lowmanio repo owner

    Hi Will,

    You need to point foreman to the config file in the config folder. You have:

    run_foreman.py setup C:\foreman\foreman\config
    

    First you need to edit the file C:\foreman\foreman\config\config_template.ini to your preference, and then run it like:

    run_foreman.py setup C:\foreman\foreman\config\config_template.ini
    
  2. Log in to comment