LAMW Manager Setup
March 8, 2022 ยท View on GitHub
The lamw_manager_setup.sh is a self-extracting and executable ( to lamw_manager ) file create Makeself. lamw_manager_setup.sh accepts sames args of lamw_manager , but need -- additional.
Example of installation from lamw_manager_setup.sh
New: install LAMW in custom directory1
env LOCAL_ROOT_LAMW=/opt/LAMW bash lamw_manager_setup.shTo install LAMW and dependencies:
bash lamw_manager_setup.shInstall LAMW and dependencies with minimal crosscompile to Android
bash lamw_manager_setup.sh -- --minimalReinstall LAMW and dependencies without reset
bash lamw_manager_setup.sh -- --reinstallTo install LAMW and dependencies and Run Android SDK Manager1
bash lamw_manager_setup.sh -- --sdkmanager [ARGS]To clean and reinstall LAMW
bash lamw_manager_setup.sh -- --resetTo just upgrade LAMW framework (with the latest version available in git)
bash lamw_manager_setup.sh -- --update_lamwInstall with proxy:
bash lamw_manager_setup.sh -- --use-proxy --server 10.0.16.1 --port 3128To just upgrade LAMW framework with proxy (with the latest version available in git)
bash lamw_manager_setup.sh -- --update_lamw --use-proxy --server 10.0.16.1 --port 31281 This is necessary in first install and only works on new fresh installation!
2 If it is already installed, just run the Android SDK Tools