From 819870642d1a783208d78156e802c1ad15b73321 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 2 May 2018 19:39:08 +0200 Subject: [pkg] add ansible scripts for bootstrapping windows env --- pkg/windows/ansible/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pkg/windows/ansible/README (limited to 'pkg/windows/ansible/README') 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 -- cgit v1.2.3