Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.54 KB

tutorial.md

File metadata and controls

34 lines (23 loc) · 1.54 KB

Step by step tutorial 🔌 Guillotina Management Interface

It provides an interface to access all Guillotina content depending on user permissions and allowing you to apply actions like create/modify/remove content, UI interactions like displaying flash messages, etc.

All this with the flexibility to build it your way, adding your own content with your forms, your icons, etc. It's build around the idea to act as a framework, layer that could be extended from outside.

Now we can see an example:

Prerequisites

  • Pyton 3.7
  • Node > 12
  • Docker

First of all, we need a guillotina. In this tutorial we will not explain all the guillotina features, if you want to know more about guillotina, go to its docs

It is recommended that you install it along with a virtual enviroment

Next step

All steps:

  1. Install guillotina
  2. Create GMI application with create react app
  3. Firsts steps with GMI UI
  4. Our firsts objects
  5. Manage users ( addon example )
  6. Configure main app to login in root or in any container.
  7. Create own content type
  8. Content type view
  9. Behaviors
  10. Integrations