Difference between revisions of "Opensondage"

From SME Server
Jump to navigationJump to search
(Created page with "{{Languages|opensondage}} == opensondage for SME Server == {{Level|easy}} === Maintainer === [mailto:daniel@firewall-services.comDaniel B.] from [http://www...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Languages|opensondage}}
 
{{Languages|opensondage}}
 +
{{Warning box| upstream project (originally based on STUDS) has been discontinued and merged to Framadate}}
  
 
== opensondage for SME Server ==
 
== opensondage for SME Server ==
Line 8: Line 9:
  
 
=== Description ===
 
=== Description ===
[http://projects.emerginov.org/OpenSondage/ OpenSondage] is an online service to schedule an appointment quickly and easily. No prior registration is required.
+
[http://projects.emerginov.org/OpenSondage/ OpenSondage] is an online service to schedule an appointment quickly and easily.
  
 
=== Requirements ===
 
=== Requirements ===
Line 29: Line 30:
  
 
=== Uninstall ===
 
=== Uninstall ===
  yum remove smeserver-opensondage
+
  yum remove smeserver-opensondage opensondage
 
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
 +
 
=== Bugs ===
 
=== Bugs ===
 
Sources for this contribs can be found in Firewall Service's repository [http://gitweb.firewall-services.com/?p=smeserver-opensondage;a=summary]
 
Sources for this contribs can be found in Firewall Service's repository [http://gitweb.firewall-services.com/?p=smeserver-opensondage;a=summary]
[[Category: Contrib]]
+
[[Category: Deprecated Contrib]]
 
[[Category: Webapps]]
 
[[Category: Webapps]]

Latest revision as of 21:13, 17 April 2021


Warning.png Warning:
upstream project (originally based on STUDS) has been discontinued and merged to Framadate


opensondage for SME Server

PythonIcon.png Skill level: easy
The instructions on this page can be followed by a beginner.


Maintainer

Daniel B. from Firewall Services

Description

OpenSondage is an online service to schedule an appointment quickly and easily.

Requirements

You need the firewall-services repo to install this contribs

Installation 8.x 9.x

This contrib is currently held in the fws repository, so the following commands will install on your smeserver.

yum install --enablerepo=fws smeserver-opensondage

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

or if you do not want to restart your computer

signal-event webapps-update

There is no panel in the server-manager, you can go to https://sme-ip/opensondage and perform a login with users and passwords of your internal ldap.

Uninstall

yum remove smeserver-opensondage opensondage
signal-event post-upgrade;  signal-event reboot

Bugs

Sources for this contribs can be found in Firewall Service's repository [1]