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

Last updated