Install ArangoDB
To install ArangoDB 3.x.x for Windows (Please note the screenshots are for illustrative purposes only)
Download the .exe file to install.
Run the installation setup.
Click Next.
...
Click I Agree.
...
For Install Options, Click Next.
...
Enter a password and the confirmation password for the root user. Select mmfiles for the engine. Click Next.
...
Click Install.
...
Allow for the files to be installed.
...
Click Finish
...
To Install the Actify Database on Windows,
For the application and the Web GUI to reach the ArangoDB database, configure the endpoint to make it accessible.
To Set the Endpoint
Edit the C:\Program Files\ArangoDB3.x.x\etc\arangodb3\arangod.conf file.
Change the line from
Code Block endpoint = tcp://127.0.0.1:8529
to
Code Block endpoint = tcp://0.0.0.0:8529
Save the file.
After changing the endpoint restart the service to use the alterations.
To Restart the Service
Open Windows Services.
Find the ArangoDB service.
Select and click restart.
Complete the database setup, by running Centro's database deploy script
...
Navigate to the ArangoDB install folder
DRIVE:\Program Files\ArangoDB<version>
Navigate to the \use\bin folder
Edit the setup.bat file
Change the following setting using the proper Drive letter
SET ARANGO="C:\Program Files\%ARANGOV%\usr\bin\arangosh.exe"
Extract the C7-deploy-7.x.0xxxx.xxxx.zip file
In the Power Shell, navigate to the deploy folder.
Run the Setup.bat file.
Follow the script instructions.
The deployment script creates a "Centro" user to use when setting up the web application and services rather than using the database root user.
...