everything up to mongodb is added, not sure if it works though.

This commit is contained in:
Glen De Cauwsemaecker 2014-03-26 23:03:48 +01:00
parent ea682c48e1
commit f7767d17a8
2 changed files with 12 additions and 14 deletions

View file

@ -46,7 +46,7 @@
binstall=Installing bower packages...
sass=Installing sass...
npm=Installing npm...
brunch=Starting brunch....
brnch=Starting brunch....
mongodb=Setting up a MongoDB database for you...
database=Downloading the last version of the CodeCombat database...
script=Preparing the automatic startup script for you...

View file

@ -8,7 +8,7 @@ call get_local_text npm-install
echo !npm_install!
cd !coco_root!
::npm install -g bower brunch nodemon sendwithus
npm install -g bower brunch nodemon sendwithus
cd !work_directory!
call print_dashed_seperator
@ -19,38 +19,36 @@ cd "!coco_root!"
bower install
cd "!work_directory!"
pause
call print_dashed_seperator
call get_local_text npm-sass
echo !npm_sass!
pause
cd "!coco_root!"
gem install sass
cd "!work_directory!"
pause
call print_dashed_seperator
call get_local_text npm-brunch
echo !npm_brunch!
pause
call get_local_text npm-npm
echo !npm_npm!
cd "!coco_root!"
npm install
cd "!work_directory!"
call print_dashed_seperator
call get_local_text npm-brnch
echo !npm_brnch!
cd "!coco_root!"
brunch w
cd "!work_directory!"
pause
call print_dashed_seperator
call get_local_text npm-mongodb
echo !npm_mongodb!
pause
call print_dashed_seperator
call get_local_text npm-database
echo !npm_database!