forked from GitHub/dbot
fix web import and bootstrap dl #629
This commit is contained in:
parent
81b352c306
commit
d91c014b53
5
install
5
install
@ -14,13 +14,14 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
npm install feedparser node-units tvdb crypto-js 500px process async wordnik node-uuid underscore request sandbox express moment-timezone moment jade databank databank-redis ent passport passport-local password-hash connect-flash
|
||||
npm install feedparser node-units tvdb crypto-js method-override 500px process async wordnik node-uuid underscore request sandbox express moment-timezone moment jade databank databank-redis ent passport passport-local password-hash connect-flash
|
||||
|
||||
cd public/
|
||||
#wget http://twitter.github.com/bootstrap/assets/bootstrap.zip
|
||||
wget https://github.com/twbs/bootstrap/releases/download/v3.2.0/bootstrap-3.2.0-dist.zip
|
||||
unzip bootstrap-3.2.0-dist.zip
|
||||
rm bootstrap.zip
|
||||
mv bootstrap-3.2.0-dist bootstrap
|
||||
rm bootstrap-3.2.0-dist.zip
|
||||
|
||||
mkdir d3
|
||||
cd d3
|
||||
|
Loading…
Reference in New Issue
Block a user