summaryrefslogtreecommitdiff
path: root/automated/linux/lemp/lemp.sh
AgeCommit message (Collapse)Author
2017-06-23linux: fix nginx installation on debianChase Qi
On Debian jessie, nginx actually can be installed from the default repository, the version is older though. We just need to make sure that apache service is not running before the installation. Once the port nginx tries to use occupied, it causes installation failure. Change-Id: Ic21d033d1f951836950d9d27312a77c4f355afef Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-21linux: jessie: install golang, nginx and openjdk8+ from backportsChase Qi
Fix https://bugs.linaro.org/show_bug.cgi?id=3044 Change-Id: I126ac676681440bfe55d7805d4206244f0200b7b Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-02-18automated: use create_out_dir where appropriateDaniel Díaz
Change-Id: I10181a7d1ebc53491085d80d67f0cd8f9e43071d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-01-25automated: switch to using ID field for distroNicolas Dechesne
Let's standardadize all test cases to use lowercase distro ID field from /etc/os-release, instead of the 'pretty' (capitalized) name that we used so far. This is an invasive change, all test scripts were modified with this command: $ sed -i -e 's|Debian\(.*\))|debian\1)|g' \ -e 's|Ubuntu\(.*\))|ubuntu\1)|g' \ -e 's|CentOS\(.*\))|centos\1)|g' \ -e 's|Fedora\(.*\))|fedora\1)|g' \ -e 's|Unknown\(.*\))|unknown\1)|g' And the remaining instances were fixed manually. dist_name() function was updated to always report lowercase distro name. Also when /etc/os-release is not available and that we use lsb_release output, we convert the old capitalized name into the new lowercase ones. Change-Id: I1f1ce0932ab04476567f0338e902656470267a74 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-11-28automated: linux: unify mysql password for LAMP and LEMP testsChase Qi
Change-Id: I1a6d2dd4b16d1a7d2fff88af4c7e98d4e06d2636 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-09automated: added Linux LEMP testChase Qi
Change-Id: I48d54b6c4c89e7a5c4d0bac0b30a1b48b26e3ca0 Signed-off-by: Chase Qi <chase.qi@linaro.org>