Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| devel:documentation:quickstart [2018/03/22 15:03] – [Devel Guide] stloukalp | devel:documentation:quickstart [2018/05/18 11:44] (current) – stloukalp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Quickstart ====== | ||
| + | {{tag> quickstart}} | ||
| + | |||
| + | This chapter is a simple cookbook, which will help you start quickly with development for CzechIdM 8. | ||
| + | |||
| + | ===== Development environment ===== | ||
| + | |||
| + | To prepare development environment use [[tutorial: | ||
| + | |||
| + | ===== Developing a module ===== | ||
| + | |||
| + | Identity management is a complex discipline which varies greatly from project to project. It is very hard to do a one-size-fits-all product. Therefore we designed CzechIdM 7 to contain the basic, but for many sufficient, functionality and the rest is provided by modules. It doesn' | ||
| + | |||
| + | Like the core product, modules are separated into frontend and backend modules. Backend contains application logic + data access and Frontend carries out user interaction. Theoretically, | ||
| + | |||
| + | ===== Devel Guide ===== | ||
| + | |||
| + | {{indexmenu> | ||
| + | |||