diff options
author | Kali Kaneko <kali@leap.se> | 2018-05-02 19:39:08 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-05-02 19:39:08 +0200 |
commit | 819870642d1a783208d78156e802c1ad15b73321 (patch) | |
tree | d0790b0d1de1d4ee1a6ff5dbd80bacdad581dd2c /pkg/windows/ansible/README | |
parent | 1a3751c2406db693dd08954157376ab329331c3a (diff) |
[pkg] add ansible scripts for bootstrapping windows env
Diffstat (limited to 'pkg/windows/ansible/README')
-rw-r--r-- | pkg/windows/ansible/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pkg/windows/ansible/README b/pkg/windows/ansible/README new file mode 100644 index 00000000..afefa0d4 --- /dev/null +++ b/pkg/windows/ansible/README @@ -0,0 +1,23 @@ +Bootstrapping a windows environment for Bitmask development +=========================================================== + +Create a windows virtual machine. Give it a minimum of 25GB. + +Install ansible: + + https://docs.ansible.com/ansible/devel/user_guide/windows_setup.html + +TODO: add instructions for configuring inventory in a file in this folder - see hosts.sample + the other option is to configure it in /etc/ansible/hosts + +Install bitmask deps and some tools for development: + + make deps + +Reboot the windows machine so that some installed tools get in the PATH for the new session: + + make reboot + +Bootstrap a bitmask virtualenv: + + make bootstrap |