...
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.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)
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
Set When setting up CleanMyOrg as a service.
Open a Command Console by going to the Windows start menu ➡️ search “run” (system) ➡️ and type “cmd” into the input box.
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)
Then type in:
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 on
cleanmyorg.exe
If you are using IWA Authentication for an identity:
Click on the Log onOn 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 button.
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).To edit the service, run
edit_server.bat
(located in the “installs” folder of your CleanMyOrg builds folder).
To make CleanMyOrg available outside of this machine, you will need to open up TCP port 8000 in your router settings.
Once the app is running in the background, open a web browser and type
http://yourwebsitedomain:8000
, you will need to start up the install_server.bat
(located in the “installs” folder of your CleanMyOrg builds folder).
...