欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Zotonic
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 |
||
第1行: | 第1行: | ||
− | Zotonic 是一个基于 [[Erlang]] 和 [[PostgreSQL]] | + | Zotonic 是一个基于 [[Erlang]] 和 [[PostgreSQL]] 构建的开源(Apache V2)内容管理系统和Web框架,或许它有希望成为下一个 [[Drupal]]。 |
==功能== | ==功能== |
2014年12月12日 (五) 08:59的版本
Zotonic 是一个基于 Erlang 和 PostgreSQL 构建的开源(Apache V2)内容管理系统和Web框架,或许它有希望成为下一个 Drupal。
目录 |
功能
- Speed, typically 10 times (and much more) faster than PHP content management systems.
- Powerful template language based on Django.
- Flexible data model, define you own data categories and relations.
- Complete separation of model, view and controller.
- Event driven web applications.
- Push content to the browser with the built-in comet support.
- Access control for groups of people working together on the content.
- Modular, easy to extend and change existing functionality.
- Builds on jQuery and the CSS framework Atatonic.
- Programmed in Erlang, data stored in PostgreSQL.
- Made by experienced people with deep understanding of CMS, web- and system design.
- Made to make real life web sites.
- Available under the Apache License 2.
安装
OS X
从 https://github.com/zotonic/zotonic/releases 获得 .zip 包。 cd zotonic sudo make bin/zotonic debug http://localhost:8000/ // 密码自动生成在 zotonic.config 文件里,{password, "%%GENERATED%%"}
Erlang 17.3 SSL 有些问题,编译 17.0,使用 17.0
sudo port deactivate erlang // 停用 17.3 sudo ln -s /usr/local/bin/erl /opt/local/bin/erl // 使用 17.0
创建一个站点
bin/zotonic addsite -s blog osx http://osx.dev:8000/ http://osx.dev:8000/admin admin/admin
图集
链接
- Zotonic官网
- Zotonic @ Google Code
- Zotonic @ GitHub
- Zotonic 0.12 documentation
- Zotonic Module Repository
<discussion>characters_max=300</discussion>
分享您的观点