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.
9 lines
377 B
9 lines
377 B
git submodule 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
|
|
|