To install Ambience on a 32-bit or 64-bit Windows operating system, complete the following steps:
Define a system variable ELIXIR_HOME, which points to the installation directory. You can use any folder except those under \Program Files or \User. C:\ElixirAmbience is a common choice.
Click Start > Command Prompt. The Command Prompt window opens. Type the following command lines to create the <user-home>\.elixirtech and C:\.elixirtech directories. Fill in your <user-home> directory to continue:
cd <user-home> md .elixirtech cd C:\ md .elixirtech
Set up the zookeeper.properties file in the <user-home>\.elixirtech directory. The following contents show an example. Fill in your host machine name and domain names. Leave the default ZooKeeper port as 2181 unless there is a clash with another service. The timeout indicates the heartbeat in milliseconds of the ZooKeeper cluster. If you need to configure a cluster, add more hosts here:
hosts=<machine-name>:2181 timeout=5000 domain.eno=<key>
Put a copy of the zookeeper.properties file in the C:\.elixirtech directory.
Open a command prompt and navigate to the folder holding install32.bat (for 32-bit) or install.bat (for 64-bit) file. Run one of these two batch files as appropriate. Running from a command prompt is preferred because any errors will remain visible if the installer halts unexpectedly. If there are messages asking if you will allow the Elixir programs to access your computer, click Allow to proceed.
127.0.0.1 localhost <IP-address> <machine-name>
Ambience is successfully installed.
To uninstall Ambience from a Windows operating system, complete the following steps:
Double-click the uninstall32.bat (for 32-bit) or uninstall.bat (for 64-bit) file. The Command Prompt window opens and after the script completes will be automatically closed.
If there are messages asking if you will allow the Elixir programs to access your computer, click Allow to proceed.
Ambience is successfully uninstalled.