mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
python package json_minify needed
This commit is contained in:
parent
67720d9e4c
commit
754995aae3
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ Amazon EC2 EBS backed AMI
|
||||||
user@host:~$ sudo -i # become root
|
user@host:~$ sudo -i # become root
|
||||||
root@host:~# git clone https://github.com/andsens/bootstrap-vz.git # Clone the repo
|
root@host:~# git clone https://github.com/andsens/bootstrap-vz.git # Clone the repo
|
||||||
root@host:~# apt-get install debootstrap python-pip # Install dependencies from aptitude
|
root@host:~# apt-get install debootstrap python-pip # Install dependencies from aptitude
|
||||||
root@host:~# pip install termcolor jsonschema fysom docopt pyyaml boto3 # Install python dependencies
|
root@host:~# pip install termcolor jsonschema fysom docopt pyyaml boto3 json_minify # Install python dependencies
|
||||||
root@host:~# bootstrap-vz/bootstrap-vz bootstrap-vz/manifests/official/ec2/ebs-jessie-amd64-hvm.yml
|
root@host:~# bootstrap-vz/bootstrap-vz bootstrap-vz/manifests/official/ec2/ebs-jessie-amd64-hvm.yml
|
||||||
|
|
||||||
To bootstrap S3 backed AMIs, bootstrap-vz will also need the
|
To bootstrap S3 backed AMIs, bootstrap-vz will also need the
|
||||||
|
|
Loading…
Add table
Reference in a new issue