Zotonic is the open source, high speed, real-time web framework and content management system, built with Erlang.
It is flexible, extensible and designed from the ground up to support dynamic, interactive websites and mobile solutions.
Zotonic is incredibly fast and wonderfully stable – suited for anything from basic websites to complex distributed applications. It offers an elegant backend for managing content with the flexibility that developers need to build truly amazing applications.
Start getting to know Zotonic on the feature page, have a look at our introduction video and check out the gallery page.
- Download Zotonic from the official website.
- Read the Installation chapter in the documentation.
You can find out more about Zotonic on http://zotonic.com, including:
Zotonic is an open source project, made possible by the community. If you’d like to contribute, please read the Contributing chapter in the documentation.
Try out Zotonic in a Docker container. Zotonic images are available on Docker Hub.
To get started quickly, start a zotonic/zotonic
image on your Docker machine:
# use a tagged version, or branch
docker run -d -p 8000:8000 zotonic/zotonic:release-x.y.z
# or run latest version from master
docker run -d -p 8000:8000 zotonic/zotonic:latest
Note This image is for evaluation purposes, and not supposed to be used in production.