Rabio is open source and it is distributed for free under the GPLv3 license.
Read the instructions here on how to download Rabio for free.
Before installing Rabio, you need to check that your server fulfills the necessary software and conditions. Also, you must have access method to the server and some tools.
As an alternative you can install Rabio as part of a XAMPP PHP environment which includes all necessary tools. You can download the latest version of XAMPP from https://www.apachefriends.org
// DATABASE CONFIGURATION
$data_server = "{server host}";
$data_user = "{database_user}";
$data_pswd = "{password}";
$data_db = "{database name}";
When running for the first time Rabio will ask for registration of super admin user. This is necessary because the system is empty of any data and the super administrator user has to set up the basic structure data.
Following the instructions on the first screen the system will drive the new user on the registration form.
The new super administrator user selects admins as the username. Email and password are necessary for the registration.
Once the registration of super admin user is complete you are able to login to the Rabio using the login form.
New users can registers following the link on the main directory /register.php
Administration of users is only done by a super administrator user through the available form Users on Structure menu section.
Read more for the user system, roles & permissions here.
When the super admin (or admin) user logins for the first time into Rabio, the basic structure for a project is empty.
There are four forms where the basic data structure should be saved.
The forms are located on STRUCTURE section of the menu and they are :
The financial structure model should be saved on these forms before budget, costs or any other financial activity will be recorded.