snello CMS
  • Snello CMS
  • Get Started
  • Architecture
    • Snello API
    • Snello ADMIN
  • Docker Images
    • Database
    • Storage
    • Mail settings
    • Docker compose
  • Metadata
    • UUIDs
    • To reuse existing database tables
    • Advanced configuration
    • Reserved Metadata Names
  • Field Definitions
    • Data Types
    • Multijoin: database and rest queries
    • CRUD options
  • How to query using REST API
    • metadata api
    • filters & limit & sort
      • protect your api
  • Conditions
    • Multijoin conditions
  • Documents
    • Download endpoint
  • How to publish your web pages
  • Select Queries
  • Authentication & Authorization
    • User & Roles
    • Password recovery
    • Url Map Rules
  • Links
  • Draggables & Droppables
    • angular syntax
  • Deploy in Production
    • Let’s Encrypt
    • Remove Hashbang
    • Traefik
    • Rendertron
  • Notes
    • Micronaut - create extensions
    • Native image
    • Editor for code
    • Multi languages
  • k8s cache distributed
  • Developers Space
    • Java code
    • Angular code
  • Roadmap
    • Java Evolution
    • Angular Evolution
    • Next features
Powered by GitBook
On this page
  • [1] install docker
  • [2] download & run snello-all-in-one image
  • [3] open the browser
  • [4] create the first metadata "test"
  • [5] add the field definitions
  • [6] save the metadata and create a db table
  • [7] enter in the content area
  • [8] save a new element of
  • [9] control the element
  • [10] use the rest api
Edit on GitHub

Get Started

How to start to use Snello in 10 steps.

[1] install docker

https://docs.docker.com/install

[2] download & run snello-all-in-one image

docker run -t -i -p 8080:8080 snellocms/snello-all-in-one

[3] open the browser

http://localhost:8080/snello-admin 

Welcome to login page, enter in the snello admin area using as username and password "admin"/"admin". And now start the create

[4] create the first metadata "test"

[5] add the field definitions

[6] save the metadata and create a db table

[7] enter in the content area

[8] save a new element of

[9] control the element

[10] use the rest api

curl http://localhost:8080/api/test
PreviousSnello CMSNextArchitecture

Last updated 2 years ago