You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current MFT distribution is available as binaries and local installations require java to run that. We need to have a docker distribution of same binary and provide an option for users to select the mode they want to install MFT locally. Ideally the installation mode could be provided at the init command.
mft init --docker
This will greatly benefit non-java and windows users
Current MFT distribution is available as binaries and local installations require java to run that. We need to have a docker distribution of same binary and provide an option for users to select the mode they want to install MFT locally. Ideally the installation mode could be provided at the init command.
mft init --docker
This will greatly benefit non-java and windows users
Helpful links
Distributions: https://github.com/apache/airavata-mft/tags
How the distribution is built: https://github.com/apache/airavata-mft/blob/master/standalone-service/pom.xml#L116
How initialization happens: https://github.com/apache/airavata-mft/blob/master/python-cli/mft_cli/airavata_mft_cli/bootstrap.py
The text was updated successfully, but these errors were encountered: