Skip to content

v2.6.1

Compare
Choose a tag to compare
@joglomedia joglomedia released this 27 Feb 16:10
57713c7

New Features

  • cURL'd install wrapper
    • Now you could run the script automatic installation from cURL as below:
      • Development:
        curl -sSL https://get.lemper.cloud | sudo bash -s -- install --development
      • Production:
        curl -sSL https://get.lemper.cloud | sudo bash -s -- install --production
    • Available parameters:
      • --with-nginx=<version>, version: stable, latest | mainline, version-number (e.g. 1.20)
      • --with-nginx-installer=<installer>, installer: source | repo
      • --with-nginx-lua, compile Nginx with Lua module
      • --with-nginx-pagespeed, compile Nginx with PageSpeed module
      • --with-nginx-rtmp, compile Nginx with RTMP module