Skip to content

emanuelschuetze/openslides-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSlides GUI

Overview

Simple GUI frontend for OpenSlides to run and configure OpenSlides' web server. Used with OpenSlides Portable to build a full portable distribution of OpenSlides.

Requirements

  • Python 3.5+
  • OpenSlides 2.x
  • wxPython-Phoenix
  • psutil

See requirements.txt

Install

This is an instruction to install OpenSlides GUI.

  1. Install Python 3.5+ and Setuptools

    Follow the instructions in the README of OpenSlides.

  2. Install requirements:

    $ pip install -r requirements.txt

    For installing of wxPython-Phoennix the official snapshot url is used because it's not yet released on pypi.python.org.

  3. Install OpenSlides 2.x package with all requirements:

    $ pip install openslides-2.x
  4. Install openslides-gui:

    $ pip install openslides-gui
  5. Run the OpenSlides GUI:

    $ openslides-gui

License

This plugin is Free/Libre Open Source Software and distributed under the MIT License, see LICENSE file.

Authors

Changelog

Version 1.1 (2016-03-21)

  • Added port/host arguments for openslides start command.
  • Improved OpenSlides app icon.

Version 1.0.1 (2016-02-03)

  • Updated README to Python 3.4.
  • Updated Credits to 2016.

Version 1.0 (2015-12-07)

  • First release of openslides-gui for OpenSlides 2.x. It's moved from old OpenSlides 1.x repository into an own openslides-gui package.

About

GUI frontend for OpenSlides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%