1
0
Fork 0

Merge pull request #501 from fhemberger/devel

Fix paths to arangod/arangosh
This commit is contained in:
Jan Steemann 2013-05-02 01:58:30 -07:00
commit e5703f8d55
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@ You **must** specify a name and a version number for your application, otherwise
Now your application is done. Start ArangoDB as follows:
arangod --javascript.dev-app-path my_app /tmp/fancy_db
$ arangod --javascript.dev-app-path my_app /tmp/fancy_db
To include it to the list of apps running on your ArangoDB instance, start the ArangoDB shell and add your new application:
$ ./bin/arango
$ arangosh
arangosh> aal = require('org/arangodb/aal');
arangosh> aal.installDevApp('my_app', '/my');