Changing where projects are storedΒΆ

To make aen-compute service use a different directory than /projects to store your AEN projects:

  1. Modify the /opt/wakari/wakari-compute/etc/wakari/wk-compute-launcher-config.json file:

    "projectRoot" : "/nfs/storage/services/wakari/projects",
    

    NOTE: The directory /nfs/storage/services/wakari/projects specified as projectRoot must already exist for this command to resolve properly.

  2. Restart the AEN compute service:

    sudo service wakari-compute restart