stubegru
Stay on top of things with Stubegru, the open source groupware for academic advising centers.
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
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
Metadata Files
README.md
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.sqlwill 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.phpshould 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
.htaccessfile (use .htaccess.exampleas template). For more information see the wiki article - You have to personalize and configure stubegru with some config files in the
customfolder - If you want to use the
monitoringorevaluationmodule (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
- Website: https://stubegru.org
- Repositories: 1
- Profile: https://github.com/stubegru
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
Pull Request Labels
Dependencies
- 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