Changing where projects are storedΒΆ
To make aen-compute service use a different directory than /projects
to
store your AEN projects:
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 asprojectRoot
must already exist for this command to resolve properly.Restart the AEN compute service:
sudo service wakari-compute restart