Last updated January 27, 2012. Created by fabsor on January 12, 2012.
Edited by pontus_nilsson. Log in to edit this page.
Start out by downloading NodeStream.
The easy way
The easiest way is to grab it from NodeStream.org and unpack it to a directory of your choosing.
The drush way
Another option is to get it by using drush. Below is an example how to fetch Drupal and NodeStream.
drush dl drupal
cd drupal*
cd profiles
drush dl nodestream-7.x-2.0-alpha4You are going to want to replace the NodeStream version with the latest version. You can find the latest version on the NodeStream project page
cd into your newly created directory and open up INSTALL.txt it contains information on how to run drush make to have drush download all the modules, themes etc. that NodeStream consists of.