如何安装和使用 Arango-CMS 演示应用程序?
How to install and use Arango-CMS demo app?
Arango-CMS 演示应用程序是 found here。
This is a Content Management System for the ArangoDB. It is based on struct information.
什么是 "struct information"?
如何执行这两个安装步骤?
- Add a Collection you would like to manage.
- Add struct information for this collection.
例如,可以通过 WebUI 添加集合吗?可以是任何合集吗?
如何为这个集合添加结构信息?
此外,Arango-CMS 演示应用程序可以与 ArangoDB v3 一起使用吗?
但似乎 refer to Foxx repository, held by a variable called structs
. The implementation appears to be incomplete(从未使用过 _structures
集合,并且 ArangoDB 3.x 中甚至不存在这样的系统集合)。
它是为 Foxx 2.x 编写的,所以它 运行 仅在 ArangoDB 3.x 的遗留模式下,但这个演示是 not functional 无论如何,开发是已放弃(2013 年的最后一次代码更改)。
相反,请查看 Foxx 3.x,它具有更多开箱即用的功能,例如通过 joi 支持模式验证,并且与具有不必要的集合抽象等的旧 Foxx 相比更容易学习.
Arango-CMS 演示应用程序是 found here。
This is a Content Management System for the ArangoDB. It is based on struct information.
什么是 "struct information"?
如何执行这两个安装步骤?
- Add a Collection you would like to manage.
- Add struct information for this collection.
例如,可以通过 WebUI 添加集合吗?可以是任何合集吗?
如何为这个集合添加结构信息?
此外,Arango-CMS 演示应用程序可以与 ArangoDB v3 一起使用吗?
但似乎 refer to Foxx repository, held by a variable called structs
. The implementation appears to be incomplete(从未使用过 _structures
集合,并且 ArangoDB 3.x 中甚至不存在这样的系统集合)。
它是为 Foxx 2.x 编写的,所以它 运行 仅在 ArangoDB 3.x 的遗留模式下,但这个演示是 not functional 无论如何,开发是已放弃(2013 年的最后一次代码更改)。
相反,请查看 Foxx 3.x,它具有更多开箱即用的功能,例如通过 joi 支持模式验证,并且与具有不必要的集合抽象等的旧 Foxx 相比更容易学习.