Get Started
How to start to use Snello in 10 steps.
[1] install docker
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/snellocms/install/HEAD/install.sh)"
[2] download & run snello-all-in-one image
docker compose up
[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