mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-30 16:03:37 -04:00
everything up to mongodb is added, not sure if it works though.
This commit is contained in:
parent
ea682c48e1
commit
f7767d17a8
2 changed files with 12 additions and 14 deletions
scripts/windows/coco-dev-setup/batch
|
@ -46,7 +46,7 @@
|
||||||
binstall=Installing bower packages...
|
binstall=Installing bower packages...
|
||||||
sass=Installing sass...
|
sass=Installing sass...
|
||||||
npm=Installing npm...
|
npm=Installing npm...
|
||||||
brunch=Starting brunch....
|
brnch=Starting brunch....
|
||||||
mongodb=Setting up a MongoDB database for you...
|
mongodb=Setting up a MongoDB database for you...
|
||||||
database=Downloading the last version of the CodeCombat database...
|
database=Downloading the last version of the CodeCombat database...
|
||||||
script=Preparing the automatic startup script for you...
|
script=Preparing the automatic startup script for you...
|
||||||
|
|
|
@ -8,7 +8,7 @@ call get_local_text npm-install
|
||||||
echo !npm_install!
|
echo !npm_install!
|
||||||
|
|
||||||
cd !coco_root!
|
cd !coco_root!
|
||||||
::npm install -g bower brunch nodemon sendwithus
|
npm install -g bower brunch nodemon sendwithus
|
||||||
cd !work_directory!
|
cd !work_directory!
|
||||||
|
|
||||||
call print_dashed_seperator
|
call print_dashed_seperator
|
||||||
|
@ -19,38 +19,36 @@ cd "!coco_root!"
|
||||||
bower install
|
bower install
|
||||||
cd "!work_directory!"
|
cd "!work_directory!"
|
||||||
|
|
||||||
pause
|
|
||||||
|
|
||||||
call print_dashed_seperator
|
call print_dashed_seperator
|
||||||
call get_local_text npm-sass
|
call get_local_text npm-sass
|
||||||
echo !npm_sass!
|
echo !npm_sass!
|
||||||
|
|
||||||
pause
|
|
||||||
|
|
||||||
cd "!coco_root!"
|
cd "!coco_root!"
|
||||||
gem install sass
|
gem install sass
|
||||||
cd "!work_directory!"
|
cd "!work_directory!"
|
||||||
|
|
||||||
pause
|
|
||||||
|
|
||||||
call print_dashed_seperator
|
call print_dashed_seperator
|
||||||
call get_local_text npm-brunch
|
call get_local_text npm-npm
|
||||||
echo !npm_brunch!
|
echo !npm_npm!
|
||||||
|
|
||||||
pause
|
|
||||||
|
|
||||||
cd "!coco_root!"
|
cd "!coco_root!"
|
||||||
npm install
|
npm install
|
||||||
cd "!work_directory!"
|
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
|
pause
|
||||||
|
|
||||||
call print_dashed_seperator
|
call print_dashed_seperator
|
||||||
call get_local_text npm-mongodb
|
call get_local_text npm-mongodb
|
||||||
echo !npm_mongodb!
|
echo !npm_mongodb!
|
||||||
|
|
||||||
pause
|
|
||||||
|
|
||||||
call print_dashed_seperator
|
call print_dashed_seperator
|
||||||
call get_local_text npm-database
|
call get_local_text npm-database
|
||||||
echo !npm_database!
|
echo !npm_database!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue