This repository has been archived by the owner on Feb 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Installation
przemyslawpluta edited this page Sep 26, 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 terminal or cmd
- Check if prerequisites have been installed succesfully.
- Type and execute:
-
node -v
to check installed version of node.js -
npm -v
to check installed version of node package manager part of the node.js installation -
python -V
to check installed version of python
- Install mongo-edu:
-
npm install mongo-edu -g
to installmongo-edu
globally
- Open terminal or cmd
- Type and execute:
-
mongo-edu --help
to 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 --cc
mongo-edu -d your_download_path -u your_user_name -h --uz
mongo-edu -d your_download_path -u your_user_name --cw --verbose
mongo-edu -d your_download_path -u your_user_name --cw --proxy http://proxy_ip_address:proxy_port_number
- 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
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 terminal or cmd
- Check if prerequisites have been installed succesfully.
- Type and execute:
-
node -v
to check installed version of node.js -
npm -v
to check installed version of node package manager part of the node.js installation -
python -V
to check installed version of python
- Install mongo-edu:
-
npm install mongo-edu -g
to installmongo-edu
globally
- Open terminal or cmd
- Type and execute:
-
mongo-edu --help
to 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 --cc
mongo-edu -d your_download_path -u your_user_name -h --uz
mongo-edu -d your_download_path -u your_user_name --cw --verbose
mongo-edu -d your_download_path -u your_user_name --cw --proxy http://proxy_ip_address:proxy_port_number
- 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
790c58ebf144efa9854407c62f9803064054b5de