Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stubegru/stubegru

Repository files navigation

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"

About

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

Topics

Resources

License

Stars

Watchers

Forks