Skip to content

Instantly share code, notes, and snippets.

@luckylooke
Created January 1, 2016 14:55
Show Gist options
  • Select an option

  • Save luckylooke/e1f8db2894a8d0dbc8c4 to your computer and use it in GitHub Desktop.

Select an option

Save luckylooke/e1f8db2894a8d0dbc8c4 to your computer and use it in GitHub Desktop.

Revisions

  1. luckylooke created this gist Jan 1, 2016.
    8 changes: 8 additions & 0 deletions installYoCloud9.rm
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    // install latest stable node
    nvm install stable
    // install yoman
    npm install -g yo
    // yoman automaticly check enviroment via yoman doctor, copypaste sugested command into terminal
    echo "export NODE_PATH=$NODE_PATH:/home/ubuntu/.nvm/versions/node/v5.3.0/lib/node_modules" >> ~/.bashrc && source ~/.bashrc
    // you can check again that everything is OK now
    yo doctor