==================
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.
You can find out more about Zotonic on http://zotonic.com, such as:
You can now try out zotonic easily in a Docker Container. We build images automatically 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 are not supposed to be used in production.