Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    LAMP App (PHP 7.3)

    Announcements
    5
    10
    325
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • girish
      girish Staff last edited by girish

      By popular demand, we have added another version of the LAMP app that has PHP 7.3. Currently, it is in unstable. Will promote it to stable after we get enough feedback from users.

      Appstore link: https://cloudron.io/store/lamp.cloudronapp.php73.html

      There is no separate doc page, it works exactly the same as the other LAMP app - http://cloudron.io/documentation/apps/lamp

      1 Reply Last reply Reply Quote 3
      • X
        xTalandier last edited by

        Wonderful job !

        2 major issues in my case: No composer and no intl extension.

        In case it could be helpfull: cloudron php 7.3 with ssh

        I made this image. It as in more the possibility to create a ssh key for connect to remote server (like gitlab for autodeploy)

        The problem with this image is sometime when machine reboot it has issue with backup and freeze the dashboard...

        1 Reply Last reply Reply Quote 0
        • girish
          girish Staff last edited by

          @xTalandier Thanks for testing! I have pushed a new version now with composer and php-intl.

          1 Reply Last reply Reply Quote 1
          • subven
            subven last edited by

            Please do not forget about the LDAP feature in LAMP. It's pretty common for self hosted apps to have LDAP and this would enable seamless integration with cloudron.

            1 Reply Last reply Reply Quote 0
            • scooke
              scooke last edited by

              Great news, thank you!

              A life lived in fear is a life half-lived

              1 Reply Last reply Reply Quote 0
              • girish
                girish Staff last edited by

                This is now marked as stable.

                1 Reply Last reply Reply Quote 3
                • X
                  xTalandier last edited by

                  After lot of tries, ext-curl is missing.

                  Thats very great that is php 7.4 !

                  1 Reply Last reply Reply Quote 0
                  • nebulon
                    nebulon Staff last edited by

                    Strange, it should be included in the package according to https://git.cloudron.io/cloudron/lamp7.3-app/blob/master/Dockerfile#L13

                    1 Reply Last reply Reply Quote 0
                    • girish
                      girish Staff last edited by

                      @xTalandier If you can tell me how to test that ext-curl is missing, I can fix the issue.

                      X 1 Reply Last reply Reply Quote 0
                      • X
                        xTalandier @girish last edited by

                        @girish you can create a symfony project:

                        composer create-project symfony/website-skeleton symfony-test
                        cd symfony-test
                        composer require admin
                        composer require guzzlehttp/guzzle
                        

                        or, you can type

                        php -m
                        

                        Funny thing, cli php is 7.4 and apache is 7.3

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB