github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/scripts/win-installer/README.txt (about)

     1  Congratulations on installing the Juju client software!
     2  
     3  Note that any configuration files created by Juju will be stored in the
     4  '%APPDATA%\Juju' directory. You may wish to include this in regular backups.
     5  
     6  In order to deploy applications to a cloud you will also need:
     7  
     8  * Credentials for a cloud provider which can instantiate a suitable operating
     9  system image on-demand. This includes services such as Microsoft Azure,
    10  Amazon EC2, Google Compute Engine, or an OpenStack installation.
    11  
    12  * An SSH key-pair. Juju expects to find ssh keys called id_rsa and id_rsa.pub
    13  in a directory called '.ssh' in your home directory. There are instructions on
    14  how to generate these keys at:
    15  
    16      https://docs.jujucharms.com/stable/en/getting-started-keygen-win
    17  
    18  To continue, please follow the online documentation at:
    19  
    20      https://docs.jujucharms.com/stable/en/getting-started