Skip to content

Installation

mauricelambert edited this page Jul 28, 2021 · 15 revisions

Installation

Requirements

This package require:

  • python3
  • python3 Standard Library

Optional on Windows:

  • pywin32 (to centralize logs in Event Viewer)

Linux

python3 -m pip install WebScripts

Upgrade:

python3 -m pip install --upgrade WebScripts

Windows

python -m pip install WebScripts

Upgrade:

python -m pip install --upgrade WebScripts

Optional

To centralize logs in Event Viewer.

python -m pip install pywin32

Logs directory

Create a directory named logs to launch the WebScripts Server.

mkdir logs

Linux Configurations

On Linux the default configurations may not work, replace all script launchers with python3 (default is python).

Start the server

You can now start the server with this simple command:

WebScripts

First connection

To log in for the first time, use the Admin account (username: Admin, password: Admin). I recommend changing the password immediately.

License

Licensed under the GPL, version 3.

Clone this wiki locally