-
Notifications
You must be signed in to change notification settings - Fork 3
Where are the plugin files stored in my system?
Ioannis Charalampidis edited this page Apr 8, 2015
·
2 revisions
The application stores all it's files in an application folder in the user's home directory in order to simplify the uninstallation process. No garbage or temporary files are created in any other location.
The application folder is located in different locations based on your operating system.
- On Windows:
%APPDATA%/CernVM/WebAPI
- On Mac OSX:
$HOME/Library/Application Support/CernVM/WebAPI
- On Linux:
$HOME/cernvm/WebAPI
The following information are stored in the application folder:
-
cache
: Downloaded ISO & VDI images and their respective checksum hashes -
config
: Configuration files-
config/domainkeys.dat
andconfig/domainkeys.sig
: The domain whitelist -
config/global.conf
: Global configuration for the application
-
-
run
: Installed VM runtime and configuration files