Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Unzip the CleanMyOrg-x.x.zip archive into the desired directory. Be sure your windows file path is less than 256 characters when extracting our products otherwise there may be failures when unzipping the files.

  2. In the unzipped /installs folder, install MongoDB

    • Be sure to keep the checkbox to allow MongoDB to be run as a service

    • You can uncheck the install option for installing MongoDB Compass (if desired)

  3. Once MongoDB has been installed, you can go to the config/nodeconfig.json file to change any server settings before running. Here you can change settings for:

    • The port that will be used

    • Using HTTP or HTTPS

    • MongoDB Settings

    • Whether or not login credentials will be used

    • Default admin email

    • Level of server logs

    • Log size max

    • Whether resolution options will be allowed from the app

  4. Set When setting up CleanMyOrg as a service.

  5. Open a Command Console by going to the Windows start menu ➡️ search “run” (system) ➡️ and type “cmd” into the input box.

  6. Navigate to the installs directory of CleanMyOrg by typing this into the command console:

    Code Block
    cd \D your_CMO_directory_location\installs 
    
    (EXAMPLE: cd \D C:\CleanMyOrg\installs)
  7. Then type in: nssm install "CleanMyOrg Server"

  8. , you will need to start up the install_server.bat (located in the “installs” folder of your CleanMyOrg builds folder).

    1. After the nssm service installer has opened, click on the box next to Application Path and navigate to the CleanMyOrg base folder and click on on cleanmyorg.exe

    2. If you are using IWA Authentication for an identity:

      1. Click on the Log onOn tab and select the This Account option.

      2. Use the account and password that will have administrator privileges to your organization.

    3. Once you are finished making changes, click the Install Service button button.

      1. As a note, the service can later be removed by running : nssm remove "CleanMyOrg Server" remove_service.bat (located in the “installs” folder of your CleanMyOrg builds directory).

      2. To edit the service, run edit_server.bat (located in the “installs” folder of your CleanMyOrg builds folder).

  9. To make CleanMyOrg available outside of this machine, you will need to open up TCP port 8000 in your router settings.

  10. Once the app is running in the background, open a web browser and type http://yourwebsitedomain:8000

...