Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在开发模式下设置(manifest.json 上的设置阶段)新应用程序?(使用 --javascript.dev-app-path 运行 arangod)
我想通过这个脚本创建我在开发过程中需要的集合。
谢谢
在开发模式下,每个请求都会自动触发设置阶段,而不是拆卸。如果要显式调用它,可以使用 arangosh 并发出以下命令:
设置:
arangosh> fm.devSetup(<your apps folder name>)
拆除
arangosh> fm.devTeardown(<your apps folder name>)