You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
453 B
10 lines
453 B
3 years ago
|
git submodule update --init --recursive
|
||
|
echo "===================Installing the Web-client"
|
||
|
cd playground-client && sudo npm i && cp VuetableCssConfig.js node_modules/vuetable-2/src/components
|
||
|
# echo "===================Installing the server"
|
||
|
# cd ../readmongo/swarmlab-app/src && sudo npm i
|
||
|
# echo "===================Installing the dummyservice"
|
||
|
# cd ../../../dummyservice/swarmlab-app/src && sudo npm i
|
||
|
|
||
|
# cd ../../ && ./runw.sh && docker-compose up
|