Skip to content

support system wide installation #15

@blshkv

Description

@blshkv

I'm thinking to push your software (thanks for hard work!) to Pentoo Linux.
We install all files into system location so that a regular user would run it later.

I noticed that webtech has an update feature which will try to modify certain files.
That basically will fail because a regular user does not have a write access.

DATABASE_FILE = os.path.join(INSTALLATION_DIR, "webtech.json")
WAPPALYZER_DATABASE_FILE = os.path.join(INSTALLATION_DIR, "apps.json")

What you should do instead, is to create a local ~./webtech folder use it for any custom config files and updates.

Please consider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions