I am new to arangoDB. It's exciting that you may create APIs on top of ArangoDB with help of foxx framework. Somehow I am failing to run/create a foxx app successfully. I am not sure if I am doing something wrong here. Following is details of configuration and steps I am following to run foxx hello app. As guided in https://github.com/arangodb/foxx-apps .
- ArangoDB 1.4.3 (64x)
- Windows 7 Pro (64x)
- Install location (C:\triAGENS), added to system path
Commands running from user directory.
Command: arangod.bat
Command:
foxx-manager.bat update
and foxx-manager.bat install hello-foxx /hello
Commands running from installation directory.
Command: arangod.bat
Command:
foxx-manager.bat update
and foxx-manager.bat install hello-foxx /hello
Thanks in advance for helping.