BA student portal. As a token of our appreciation, we christended the BA the "Beurlaubung auf Antrag".
This is a small project we are doing as part of our education at the university Berufsakademie (BA). Part of the course involves managing software development and in particular, working with and getting experience with agile software development methods and tools.
Please see the wiki for more information, installation instructions, a roadmap and more.
There are also some story cards on the projects page you can view.
The roadmap on the other hand contains various brainstormed ideas. Story cards are more specific requirements, but from a user's perspective.
Github issues are meant for more technical issues that may involve bugs, refactoring or figuring out how to implement a certain requirement or how to access another web service.
Please refer to the wiki for more in-depth instructions.
But briefly, you will need to clone
$ git clone https://github.com/blutorange/baryllium
the repository, install composer and run an update. Put the application on your web server of choice.
Create a new database and a user with permissions to that database. Create a FIRST_INSTALL
in the projects
root directory and point your browser to /private/php/setup/setup.php
in your browser.
Configure your web server to block access to all files except /public/*
and /resource/*
, as well as /index.php
and
the several icons (favicons) in the root directory.