Skip to content
ngiger edited this page Mar 15, 2013 · 10 revisions

Eine kleine auf sinatra basierend Applikation um Wartungarbeiten für Elexis einfach auszuführen.

Dokumentation

Siehe Screenshots
h2. Setup

  • Install Ruby 2.0.0
  • git clone https://github.com/elexis/elexis-cockpit && cd elexis-cockpit
  • gem install bundler && bundle install

Now you should be ready to start Elexis-Cockpit using ruby elexis-cockpit.rb.
Navigate with your browser to localhost:9393 and you should see the main window.

Used software compenents

  • sinatra as a simple framework for web applications (based on Ruby)
  • HAML for the HTML views

Anpassen an nicht elexis-vagrant konforme Layouts

  • cp demo_config.yaml local_config.yaml
  • In local_config.yaml Optionen anpassen

Copyright © Niklaus Giger <niklaus.giger@member.fsf.org>
License: GPL v3.0 or later

Bei Fragen Niklaus Giger konsultieren

Clone this wiki locally