Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Installation

przemyslawpluta edited this page Sep 30, 2014 · 16 revisions

mongo-edu

Utility runs on *nix, mac os*, win*

Description

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

node.js

python

Installation

  1. Open terminal or cmd
  2. Check if prerequisites have been installed succesfully.
  3. 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
  1. Install mongo-edu:
  • npm install mongo-edu -g to install mongo-edu globally

Usage

  1. Open terminal or cmd
  2. Type and execute:
  • mongo-edu --help to see the latest options available to you
  1. Quick run:
  • mongo-edu -d your_download_path
  1. 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
  1. Proxy:
  • mongo-edu -d your_download_path -u your_user_name --cw --proxy http://proxy_ip_address:proxy_port_number
  • mongo-edu -d your_download_path --cw --proxy http://proxy_ip_address:proxy_port_number --test
  • mongo-edu -d your_download_path --cw --proxy http://proxy_ip_address:proxy_port_number --test https://www.youtube.com/watch?v=dSGHZ4YHP54
  1. Presets:
  • mongo-edu -d your_download_path -u your_user_name --cw --hq --cc --save my_preset_name
  • mongo-edu -d your_download_path --load ..
  1. See usage section for the full list and explanation of available options

Issues

Hopefully none but if you spot anything just log a case in issues section

Clone this wiki locally