JFrog Mission Control can be installed using the Mission Control installer, or by extracting a ZIP file. The installer is completely self-contained and installs all the components that Mission Control needs while the ZIP file installation assumes that you have Elastic Search and MongoDB already installed and are managing those separately.
Once you have Mission Control, installing it is very straightforward:
Extract the contents of the compressed file
tar -xvf jfmc-rpm-<version>.tar.gz |
Run the installer
cd jfmc-rpm-<version> ./installJFMC-rpm.sh |
When running scripts in Mission Control, we recommend using the |
JFrog Mission Control uses several databases for different features of its operation. Until version 2.1, Mission Control installed an instance of all of these databases dedicated for its own use. From version 2.1, Mission Control gives you the option of using your own databases if you have these already installed and in use in your organization. When you run the installer, it will issue prompts asking if you want Mission Control to use it's own internal databases, or if you prefer to use your own external databases. For details on how to respond to these prompts, please refer to Using External Databases. |
A control file is created as part of the installation. Start Mission control using this file
/opt/jfrog/mission-control/scripts/jfmc.sh start |
To install on CentOS or Red Hat using the Mission Control standalone ZIP file installation, please refer to Linux ZIP File Installation.
Changing Port SettingsThe following table describes the different Mission Control services, the default port allocated to the service and the environment variable through which the port can be modified:
During the installation procedure, the installation script checks for port conflicts. If port conflicts are detected, the installation script will prompt you to change the port allocated for the conflicting service and will update the corresponding environment variable specified in the table above. If a conflict is detected after installation is complete, you can manually change a port allocation using the following procedure:
|