Skip to content

makakken/roseguarden

 
 

Repository files navigation

The Konglomerat e.V. - roseguarden

A fork of https://gitlab.com/roseguarden/roseguarden

Roseguarden is an access and management system for spaces.

Live demo

You can find our live server here : https://roseguarden.fabba.space . There is also a emulator available to test the full workflow without a need for own hardware. If you find bugs or have feature requests, please start with an issue here. The demo server is a public. Please be aware that all data is visible to anybody. It's meant to be only for test purposes. The data can be reset at any time.

How to run roseguarden

By using the release packages

  • Download and unzip the latest release roseguarden-X.Y.Z here
  • Go to the folder and run the following commands in a terminal
    • Install the requirements with pip3 -r requirements.txt
    • Create a config.ini with your settings (see config.template)
    • Run 'flask run'

By cloning or forking the roseguarden repository

  • Clone or fork https://gitlab.com/roseguarden/roseguarden
  • Have a look in the backend and frontend folder for details to setup your development enviroment
  • run backend and frontend from your development environment (e.g. we use vs code)
    • start the backend with flask run out of the backend folder (see more datailed instructions below)
    • start the frontend with npm run dev out of the frontend folder
  • alternativly you can use the script/pack.py-script to build your own package and host it with an HTTP-server

Run Backend after fresh clone:

  • cd backend
  • python3 -m venv .venv
  • . venv/bin/activate
  • (venv) pip install Flask
  • (venv) pip install -r requirements.txt
  • (venv) run flask

News

You can find news about the project on patreon

Support

Please support us on patreon : https://www.patreon.com/roseguarden

Contribute

You are welcome to contribute. Make a merge request or add issues. Help is needed in every area e.g. frontend, backend, hardware and documentation.

License

The different parts of roseguarden are license differently. The licensing is as followed:

  • frontend : MIT license
  • backend : GPLv3 license
  • docs : Creative Commons

Have a look in the LICENSE files in the folders for details.

About

Konglomerat e.V. roseguarden

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.0%
  • Vue 36.3%
  • JavaScript 6.2%
  • Stylus 0.3%
  • Mako 0.1%
  • Sass 0.1%