Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 960 Bytes

06-BACKOFFICE.md

File metadata and controls

34 lines (28 loc) · 960 Bytes
layout title sidebar
single
HOW TO CONFIGURE YOUR APIVIZ INSTANCE
nav
docs

  1. register an user (user data will stored and managed in TokTok, so you'd need to install Toktok locally) ;

  2. make this user an admin (in TokTok) ;

  3. log in (admin link in the default footer, /# route by default) ;

  4. go to the /backoffice route by clicking on the button ;

  5. set up your ApiViz configuration :

    • set up the global variables ;
    • set up your data endpoints ;
    • set up your authentication endpoints ;
    • set up your routes (pages must point out to html contents, f.e. on Github) ;
    • set up the styles ;
    • set up your navbar ;
    • set up your footer ;
  6. save your configuration ;

  7. deploy (if not done already) and enjoy ;

More detailed configuration documentation on its way...