Skip to content
timote edited this page May 17, 2015 · 5 revisions

###Getting GIT repositories

  1. git clone https://github.com/foldersjs/folders.git
  2. git clone https://github.com/foldersjs/folders-hdfs.git
  3. git clone https://github.com/foldersjs/folders-ssh.git
  4. git clone https://github.com/foldersjs/folders-ftp.git
  5. git clone https://github.com/foldersjs/folders-gulp.git

These create five subdirectories.

###NPM installation

Now run npm for each of them.

  1. npm install folders
  2. npm install folders-ssh
  3. npm install folders-hdfs
  4. npm install folders-gulp
  5. npm install folders-ftp

These install separately each module under a new directory called node_modules.

Clone this wiki locally