Skip to content

Install on Windows

Sébastien Gallou edited this page Apr 6, 2017 · 6 revisions

On Windows OS you can either install Yadoms with the autmoatic installer, or use the portable version.

Dependancies

To run scripts, Yadoms need Python 2.7

Use installer

To install Yadoms, just run "Yadoms-x.x.x-x-win32.exe" and follow the wizard.

During the setup process, you have the choice to install yadoms as a service.

Yadoms as service

Yadoms is automatically run at system startup (and also after installation) and stay in background (no window)

Running the "yadoms.exe" manually will fail if the service is already running.

Just open http://localhost:8080 on your favorite browser and use it.

Advanced yadoms service management (installation, uninstallation,...)

Configuration

In case you want to change configuration values (such as default port, database folder,...) follow those steps:

  1. Stop the service
  2. Edit configuration file "yadoms.ini" with any text editor (it is fully documented and well explained)
  3. Start the service

Use portable version (zip)

Unzip the package anywhere on the hard drive and start Yadoms by running "bin/yadoms.exe" A black command like window will open and display Yadoms output/logs.

To stop yadoms properly, either hit 'Ctrl+C' or close the window with the red cross.

Configuration

In case you want to change configuration values (such as default port, database folder,...) follow those steps:

  1. Stop yadoms
  2. Edit configuration file "yadoms.ini" (fully documented)
  3. Start yadoms
Clone this wiki locally