-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
mauricelambert edited this page Jul 28, 2021
·
15 revisions
This package require:
- python3
- python3 Standard Library
Optional on Windows:
- pywin32 (to centralize logs in Event Viewer)
python3 -m pip install WebScripts
Upgrade:
python3 -m pip install --upgrade WebScripts
python -m pip install WebScripts
Upgrade:
python -m pip install --upgrade WebScripts
To centralize logs in Event Viewer.
python -m pip install pywin32
Create a directory named logs
to launch the WebScripts Server.
mkdir logs
On Linux the default configurations may not work, replace all script launchers with python3
(default is python
).
You can now start the server with this simple command:
WebScripts
To log in for the first time, use the Admin
account (username: Admin
, password: Admin
). I recommend changing the password immediately.
Licensed under the GPL, version 3.