in development mode, the installation phase will automatically start at each request, and not break. If you want to explicitly call it, you can use arangosh and issue the following commands:
Setup:
arangosh> fm.devSetup(<your apps folder name>)
Teardown
arangosh> fm.devTeardown(<your apps folder name>)
source
share