Skip to content

Instantly share code, notes, and snippets.

@davglass
Created December 7, 2011 17:40
Show Gist options
  • Save davglass/1443748 to your computer and use it in GitHub Desktop.
Save davglass/1443748 to your computer and use it in GitHub Desktop.
YUIDoc with 3.5.0 install instructions
Unix Install Instructions (until it's available via npm)
git clone git://github.com/yui/yui3.git
git clone git://github.com/davglass/yuidocjs.git
cd yui3/src/yui
make npm
cd ../../../yuidocjs
git checkout -t origin/3.5.0
sudo npm -g i .
cd /usr/local/lib/node_modules/yuidocjs
sudo npm i /tmp/npm-yui
npm ls (from /usr/local/lib/node_modules/yuidocjs):
[email protected] /usr/local/lib/node_modules/yuidocjs
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
└── [email protected] extraneous
Windows Install Instructions (until it's available via npm)
**This assumes you have GitBash installed**
From Git Bash:
git clone git://github.com/yui/yui3.git
git clone git://github.com/davglass/yuidocjs.git
cd yui3/src/yui
make npm
cd ../../../
cp -R /tmp/npm-yui ./
cd ../yuidocjs
git checkout -t origin/3.5.0
From Windows CMD.exe
cd yuidocjs
npm -g i .
cd /c/Users/$USERNAME/AppData/Roaming/npm/node_modules/yuidocjs
sudo npm i /PATH TO WORKING DIR/npm-yui
npm ls (from /c/Users/$USERNAME/AppData/Roaming/npm/node_modules/yuidocjs):
[email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
└── [email protected] extraneous
@tivac
Copy link

tivac commented Dec 7, 2011

Damn, I'll figure out where it went wrong. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment