1
0
Fork 0

Tiny adjustment to the Foxx Manager manual #560

This commit is contained in:
Lucas Dohmen 2013-09-27 22:48:58 +02:00
parent 9266e4da23
commit 2f4fa628ad
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ serves this application, you do not need a separate application server.
In order to share your applications with the community, we have created a central GitHub repository In order to share your applications with the community, we have created a central GitHub repository
https://github.com/triAGENS/foxx-apps https://github.com/arangodb/foxx-apps
where you can register your applications. This repository also contains the hello world application for Foxx. where you can register your applications. This repository also contains the hello world application for Foxx.
@ -43,6 +43,8 @@ The most important commands are
mounts it to a local URL and sets it up mounts it to a local URL and sets it up
* `uninstall`: Unmounts a mounted Foxx application and calls its teardown method * `uninstall`: Unmounts a mounted Foxx application and calls its teardown method
* `list`: Lists all installed Foxx applications * `list`: Lists all installed Foxx applications
* `config`: Get information about the configuration including the path to the
app directory.
When dealing with a fresh install of ArangoDB, there should be no installed When dealing with a fresh install of ArangoDB, there should be no installed
applications besides the system applications delivered with ArangoDB. applications besides the system applications delivered with ArangoDB.