mongoctl
Manage MongoDB servers and replica sets using JSON configurations!
File Explorer
Download Latest Version (.zip)- mongoctl
- command-reference.md
- configuring-mongoctl.md
- connecting.md
- installing-pip.md
- managing-clusters.md
- managing-installations.md
- managing-servers.md
- quick-start.md
- __init__.py
- configure.py
- list_clusters.py
- show.py
- __init__.py
- connect.py
- dump.py
- restore.py
- status.py
- __init__.py
- install.py
- print_uri.py
- publish_mongodb.py
- __init__.py
- list_servers.py
- restart.py
- resync_secondary.py
- show.py
- start.py
- stop.py
- tail_log.py
- __init__.py
- sharding.py
- __init__.py
- command_utils.py
- __init__.py
- base.py
- cluster.py
- mongod.py
- mongos.py
- replicaset_cluster.py
- server.py
- sharded_cluster.py
- __init__.py
- clusters.config
- mongoctl.config
- servers.config
- __init__.py
- clusters.config
- mongoctl.config
- servers.config
- __init__.py
- auth_replicaset_test.py
- basic_test.py
- cmdline_servers_test.py
- install_test.py
- master_slave_test.py
- misc_test.py
- multi_mongodb_versions_test.py
- replicaset_test.py
- sharded_test.py
- ssl_replicaset_test.py
- test_base.py
- test_suite.py
- version_functions_test.py
- __init__.py
- binary_repo.py
- config.py
- errors.py
- mongo_uri_tools.py
- mongo_utils.py
- mongoctl.py
- mongoctl_command_config.py
- mongoctl_globals.py
- mongoctl_logging.py
- mongoctl_signal.py
- mongodb_version.py
- processes.py
- prompt.py
- repository.py
- users.py
- utils.py
- version.py
- .gitignore
- LICENSE.txt
- MANIFEST.in
- mongo_latest_stable_version.txt
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/mongolab/mongoctl
Downloads the entire project code from GitHub to your computer.
cd mongoctl
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
% pip install mongoctl
Installs the Python libraries listed in requirements.txt (or similar).
% pip install --upgrade mongoctl
Installs the Python libraries listed in requirements.txt (or similar).
% pip uninstall mongoctl
Type this command into your terminal and run it.
% python -m mongoctl.tests.test_suite
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
