-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Issue: I have a headless Debian server. After fixing the dependencies problem I can now proceed with the install to the point of initially launching lwp but cannot go further.
The issue:
To quote the install instructions:
"First run we will get an installer page, most of defaults are OK and just click INSTALL.
Then stop lwp and start it again.
Default login is admin/admin but soon it will be configurable through the installer.
Your lwp panel is now at http://localhost:5000/."
I have editing the config files, with the part relevant to this being:
[global]
address = 0.0.0.0
but the 'first run' does not respect this.
I edited the contained lwp/config.py and changed its hardcoded location for the config file to match mine: no change.
The solution: The page has to be available from a non-localhost page without EVER having been available from localhost. Installing on headless servers means no web browser (and I personally think that that's where this project becomes particularly useful).