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.
zeus
eb4f975381
|
4 years ago | |
---|---|---|
images | 4 years ago | |
install | 4 years ago | |
Dockerfile | 4 years ago | |
Dockerfile.build | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
README.md
hybrid-NodeVuejs !
LabInstance Node VueJS
Quickstart
This is a quickstart guide of howto use this LabInstance to deploy Vue js applications
HowTo use it
Default Configuration
- Working Directory
/project
- Default user
docker
- Default password
docker
- Default password4root
pass
Find lab workers
ifconfig
nmap -sP 172.130.0.0/24
or
/project/bin/swarmlab-nmap
connect to workers
ssh docker@[IP]
Create hosts file
/project/bin/swarmlab-nmap > /project/hosts
NOTE: copy files to all clients
while read -r line;
do
scp /project/file docker@$line:/some_dir/file
done < /project/hosts
Vue CLI Documentation
https://cli.vuejs.org/guide/creating-a-project.html#vue-create