Updating CLOUDFLOW

If you want to upgrade an existing CLOUDFLOW installation it is recommended to first uninstall the existing installation.

1. Uninstalling CLOUDFLOW
  1. Select the appropriate method:

Open the Command Prompt as Administrator and type:

cd C:\Program Files\Cloudflow (browse to the folder where the old nucleusd is located)
nucleusd.exe --uninstall

Open the Terminal application and type:

cd /Applications/Cloudflow (browse to the folder where the new nucleusd is located)
sudo ./nucleusd --uninstall
1. Updating CLOUDFLOW

Every time there’s a new release of CLOUDFLOW you will be informed by e-mail. To install it, follow these steps:

  1. Download the updated CLOUDFLOW version.
  2. Uninstall CLOUDFLOW, as per the method above under #concept_s4g_1lt_jx__sectiondiv_avf_zpz_p4b.
  3. Select the appropriate method:

Open the Command Prompt as Administrator and type:

cd C:\Program Files\Cloudflow (go to the folder where the new nucleusd is located)
.\nucleusd.exe --install

Open the Terminal application and type:

cd /Applications/Cloudflow (browse to the folder where the new nucleusd is located)
sudo ./nucleus --install
Note: Add -d (IP address) in case mongoDB is installed on another machine.
Note: In case of different installation path, you need to adjust the instructions as required.

4. Start CLOUDFLOW