Versions Compared

Key

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

This guide is for installing Clean My Org on a web server. For a guide on installing Clean My Org on a on a local machine, please see Clean My Org Installation Guide (Local Install).

Instructions

Installation Requirements

...

Instructions for Web Server Install

  1. Unzip the CleanMyOrg-x.x.zip archive into the desired directory
  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 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 up CleanMyOrg as a service.
    • Open a Command Console by going to start -> run and typing “cmd”
    • Go to the installs directory of CleanMyOrg by typing:
      cd \D your_CMO_directory_location\installs
      i.e. cd \D C:\CleanMyOrg\installs
    • Type: nssm install “CleanMyOrg Server”
    • 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 cleanmyorg.exe
    • If you are using IWA Authentication for an identity:
      • Click on the “Log on” tab and select the “This account” option.
      • Use the account and password that will have administrator privileges to your organization.
    • Once you are finished making changes, click the “Install service” button.
    • NOTE: The service can later be removed by running: nssm remove “CleanMyOrg Server”
  5. To make CleanMyOrg available outside of this machine, you will need to open up TCP port 8000 in your router settings.
  6. Once the app is running in the background, open a web browser and type http://yourwebsitedomain:8000

This will start the CleanMyOrg client interface. From here you can set up Mail Settings by clicking the cog in the top right, and set up your Identities for scanning on the Manage Identities page. For more information on this, see Setting Up Email Options In Clean My Org or Backup My Org.


Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@2e60ee99
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "org" , "clean" , "server" , "install" , "web" , "my" ) and type = "page" and space = "GJKBASE"
labelsclean my org web server install

...