Usage
Log in
- Log into the backend as superuser
root
with the password 123
under the URL /rf
.
- Change your password first: Edit your profile on the upper right side, change
your username and password.
Add some Structure
- Open the Settings
- Click on Folder Structure
- Add a book, an issue and a chapter
Add a Template
- Open the Settings
- Click on Templates
- Create a template
- Assing the newly created template to your book and chapter
- Add some fields to the template. Start with a text field, for example
Add some Data
- Open your Book in the sidebar on your left
- Click on New document, type a name and choose the template
- Do something! Your actions are stored while typing
- Close without fear: Your content is be stored already
Add Users and Roles
- Open the settings as superuser, click on Users
- Add a user by clicking on New User
- Add a group by clicking on New Group
- You can add users to your group, or you can assign groups to
the user. You can assign books, issues, chapters and templates
to groups
API Keys
- To access the data, you need an API key
- Every user can generate his keys in the profile settings
- The access rights are the same both for API or backend access
- The api should only be exposed over SSL (https)
- Never expose your read/write key to the public. If you want to implement
a public write function, for example to store comments, write a proxy script
that does the authentification and calls the cms backend