Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open source
vMap
Commits
d85eb2a8
Commit
d85eb2a8
authored
6 years ago
by
Armand Bahi
Browse files
Options
Downloads
Patches
Plain Diff
add install/update.bat
parent
257deb71
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.bat
+18
-0
18 additions, 0 deletions
install.bat
update.bat
+10
-0
10 additions, 0 deletions
update.bat
with
28 additions
and
0 deletions
install.bat
0 → 100644
+
18
−
0
View file @
d85eb2a8
@echo
off
title
Install
Vitis
App
echo
Install
Vitis
App
cd
utils
call
init_tree
.bat
call
copy_hooks
.bat
cd
../client/conf
call
npm
install
grunt
--save
call
npm
install
grunt
-cli
call
npm
install
grunt
-closure-tools --save
call
npm
install
google
-closure-compiler
@20160911.0.0
--save
call
npm
install
google
-closure-library
@20160911.0.0
--save
call
grunt
cd
..
pause
This diff is collapsed.
Click to expand it.
update.bat
0 → 100644
+
10
−
0
View file @
d85eb2a8
@echo
off
title
Update
Vitis
App
echo
Update
Vitis
App
call
utils
/update
_tree.bat
cd
client
/conf
call
grunt
pause
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment