stubegru

Stay on top of things with Stubegru, the open source groupware for academic advising centers.

https://github.com/stubegru/stubegru

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

advising groupware university xampp
Last synced: 7 months ago · JSON representation

Repository

Stay on top of things with Stubegru, the open source groupware for academic advising centers.

Basic Info
  • Host: GitHub
  • Owner: stubegru
  • License: mit
  • Language: PHP
  • Default Branch: main
  • Homepage: https://stubegru.org
  • Size: 4.22 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 7
  • Releases: 0
Topics
advising groupware university xampp
Created over 4 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

Stubegru Logo Stay on top of things with Stubegru, the open source groupware for academic advising centers.

  • For more information what stubegru really is and which features are included see the official website (in german)
  • For technical information take a look at the Wiki on Github
  • If you have any questions or improvements, feel free to open an issue

Installation

Dependencies

Stubegru is based on PHP and MySQL databases. For access via a browser, a web server is also required, we recommend Apache. For regular execution of some scripts Cron is also required. All these applications must be installed for stubegru to work.

Configure Database

  • Create a MySQL Database for stubegru
  • Init Database (.dev/sql_dump)
  • Insert basic data (.dev/demo_init.sql) > WARNING Inserting basic data via .dev/demo_init.sql will create a dummy user with an unsecure password and admin privileges. Make sure to delete this user in productive systems.

Configure Cron

  • The file modules/cronjob/cronjob.php should be called by your cron daemon once per day (e.g. every night). Make sure to call this PHP-Script with your php cli and not via the webserver.

Copy and create files

  • Clone this repo
  • Make sure the stubegru root folder is accessible by your webserver to deliver the files to your browser
  • Create .htaccess file (use .htaccess.example as template). For more information see the wiki article
  • You have to personalize and configure stubegru with some config files in the custom folder
  • If you want to use the monitoring or evaluation module (enabled by default) you must create template files to make these modules work. For more information see: wiki/survey-module

Ready, steady, go!

  • Open the project in browser and login with user "test" and password "test"

Owner

  • Name: Stubegru
  • Login: stubegru
  • Kind: organization
  • Email: info@stubegru.org
  • Location: Germany

Stay on top of things with Stubegru, the open source groupware for academic advising centers.

GitHub Events

Total
  • Issues event: 5
  • Push event: 23
  • Create event: 1
Last Year
  • Issues event: 5
  • Push event: 23
  • Create event: 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • superjojo140 (10)
Pull Request Authors
Top Labels
Issue Labels
bug (4) clean code (3) enhancement (3) not urgent (2)
Pull Request Labels

Dependencies

modules/mailing/PHPMailer/composer.json packagist
  • dealerdirect/phpcodesniffer-composer-installer ^0.7.0 development
  • doctrine/annotations ^1.2 development
  • php-parallel-lint/php-console-highlighter ^1.0.0 development
  • php-parallel-lint/php-parallel-lint ^1.3.2 development
  • phpcompatibility/php-compatibility ^9.3.5 development
  • roave/security-advisories dev-latest development
  • squizlabs/php_codesniffer ^3.6.2 development
  • yoast/phpunit-polyfills ^1.0.0 development
  • ext-ctype *
  • ext-filter *
  • ext-hash *
  • php >=5.5.0