Tutorial
Tutorial - Learn by doing
For those who learn best by doing, this tutorial is for you?
In this section we will go through a multi steps tutorial to explore various features of Cavaliba, from simple designs to more advanced.
Most steps are also provided as configuration files, already available within the Docker image. You’ll see how to load each of the tutorial steps if you want to skip some sections, while keeping in sync with the rest of the tutorial.
In a hurry ? Want to see the whole result now ?
You can skip the tutorial and load the complete result, with these commands :
$ cd /my/folder/with/cavaliba
$ docker exec -it cavaliba_app python manage.py cavaliba load builtin/demo/
or with the recommended alias in the Getting Started / Useful Commands section:
$ cd /my/folder/with/cavaliba
$ cavaliba load builtin/demo/
Il you don’t know how to proceed, well, the tutorial might definitely be a good start.
Overwiew
Fictionnal company CavCorp wants to organize its asset inventories.
Those inventory are currently spread in various documents or systems, such as redundant and different spreadsheets , with poor naming conventions, obsoletes informations, isolated / non-connected business informations between topics, and unknown security rules regarding access and modification.
During the tutorial, you’ll deploy data models (Schema) to manage CavCorp geographical sites, users, Groups, IT systems such as Laptops, Applications, Servers, Contracts, Suppliers, and more.
You’ll learn how to interact with the Web User Interface (UI) has some CavCorp users would probably do.
To get Data in and out in large quantity with external existing systems at CavCorp, you’ll define import/export connectors.
Security and permissions will be part of our journey to implement role and authorization to secure asset managment.
Finally, we will explore some of the included services in Cavaliba such as Incident Resposne, User Notifications or IT Application StatusPage.
By the end, you should have a working solution, and more important, a solid taste of Cavaliba features.