Summary
SecureCloud supports boot volume encryption on Amazon Web Services (AWS), however, this feature requires to install third-party components on the SecureCloud server.
This articles discusses how to download and install the third-party components.
Details
To download and install the third-party components:
- Download Python 2.6.6.
If proxy server address is required, do any of the following:
- If you are using the "easy_install" command, set HTTP_PROXY=<your proxy server adress> in the Windows environment variable.
- If you are using the "pip install" command, add the proxy server address:
pip install package_name --proxy=<your proxy server address>
- Install python 2.6 for all users using the MSI file.
- Install pywin32 using the MSI file.
- Install lxml using the MSI file.
- Run the following commands to install the packages:
- To install setup tools:
<python_folder>\python.exe ez_setup.py
-
To install pip package:<python_folder\Scripts\easy_install.exe pip
- To install flask package:
<python_folder>\Scripts\pip.exe install flask
- To install flask-restful package:
<python_folder>\Scripts\pip.exe install flask-restful
- To install boto package:
<python_folder>\Scripts\pip.exe install boto
- To install six package:
<python_folder>\Scripts\pip.exe install six
- To install setup tools: