This repository was archived by the owner on Feb 18, 2019. It is now read-only.
-
Couldn't load subscription status.
- Fork 81
Installation
przemyslawpluta edited this page Sep 30, 2014
·
16 revisions
Utility runs on *nix, mac os*, win*
Mongo-edu is the command line interface utility used to download relevant videos and handouts from university.mongodb.com courses
##Installation prerequisite
To use mongo-edu cli utility you'll need:
nodejs >= v0.8.0
python 2.7.6 or 3.x.x
##Steps
- Download and install latest node.js or for more in depth explanation on how to install node.js for you specific OS see building and installing node.js
- Download and install python
- Open
terminalorcmd - Check if prerequisites have been installed succesfully.
- Type and execute:
-
node -vto check installed version of node.js -
npm -vto check installed version of node package manager part of the node.js installation -
python -Vto check installed version of python
- Install mongo-edu:
-
npm install mongo-edu -gto installmongo-eduglobally
- Open
terminalorcmd - Type and execute:
-
mongo-edu --helpto see the latest options available to you
- Quick run:
mongo-edu -d your_download_path
- Advanced run:
mongo-edu -d your_download_path -u your_user_name --cw --hq --ccmongo-edu -d your_download_path -u your_user_name -h --uzmongo-edu -d your_download_path -u your_user_name --cw --verbose
- Proxy:
mongo-edu -d your_download_path -u your_user_name --cw --proxy http://proxy_ip_address:proxy_port_numbermongo-edu -d your_download_path --cw --proxy http://proxy_ip_address:proxy_port_number --testmongo-edu -d your_download_path --cw --proxy http://proxy_ip_address:proxy_port_number --test https://www.youtube.com/watch?v=dSGHZ4YHP54
- Presets:
mongo-edu -d your_download_path -u your_user_name --cw --hq --cc --save my_preset_namemongo-edu -d your_download_path --load ..
- See usage section for the full list and explanation of available options
Hopefully none but if you spot anything just log a case in issues section