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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discuss
  3. Mixpost Lite Install Guide for LAMP App

Mixpost Lite Install Guide for LAMP App

Scheduled Pinned Locked Moved Discuss
28 Posts 7 Posters 3.8k Views 7 Watching
  • 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.
  • jdaviescoatesJ jdaviescoates

    @humptydumpty did you get an early adoptor lifetime license? Wanna sell it to me? 😛

    humptydumptyH Offline
    humptydumptyH Offline
    humptydumpty
    wrote on last edited by
    #21

    @jdaviescoates yes I did! I’m planning on waiting about a year to see the app’s progress. If i decide that it’s not for me, the license is yours.

    jdaviescoatesJ 1 Reply Last reply
    1
    • humptydumptyH humptydumpty

      @jdaviescoates yes I did! I’m planning on waiting about a year to see the app’s progress. If i decide that it’s not for me, the license is yours.

      jdaviescoatesJ Offline
      jdaviescoatesJ Offline
      jdaviescoates
      wrote on last edited by
      #22

      @humptydumpty fair enough, thanks! 🙂

      I use Cloudron with Gandi & Hetzner

      1 Reply Last reply
      2
      • robiR robi

        Thanks for the feedback @humptydumpty - doesn't sound like I'll be using it. Nope is right.

        humptydumptyH Offline
        humptydumptyH Offline
        humptydumpty
        wrote on last edited by
        #23

        @robi you can see image preview of links in v2

        1 Reply Last reply
        1
        • R Offline
          R Offline
          reactive
          wrote on last edited by reactive
          #24

          After following steps I get this error when launching app: ERROR Command "artisan" is not defined
          any idea how to fix it?

          1 Reply Last reply
          0
          • R Offline
            R Offline
            reactive
            wrote on last edited by
            #25

            I found the solution, there were some typos:

            Step 7, you should use:

            #!/bin/bash
            
            # Place custom startup commands here
            sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan horizon
            
            sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 &
            

            but now logs say:

            => Healtheck error: Error: connect ECONNREFUSED <ip_here>:80
            

            where <ip_here> is my ip
            does someone know what is happening?

            humptydumptyH 1 Reply Last reply
            0
            • R reactive

              I found the solution, there were some typos:

              Step 7, you should use:

              #!/bin/bash
              
              # Place custom startup commands here
              sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan horizon
              
              sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 &
              

              but now logs say:

              => Healtheck error: Error: connect ECONNREFUSED <ip_here>:80
              

              where <ip_here> is my ip
              does someone know what is happening?

              humptydumptyH Offline
              humptydumptyH Offline
              humptydumpty
              wrote on last edited by
              #26

              @reactive i think you need to cd into the mixpost app folder and then proceed with the install steps

              1 Reply Last reply
              0
              • R Offline
                R Offline
                reactive
                wrote on last edited by
                #27

                Okay I managed to make it work, there was another typo in step 7, this is the correct script to make it work:

                #!/bin/bash
                
                # Place custom startup commands here
                sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan horizon &
                
                sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 &
                
                andreasduerenA 1 Reply Last reply
                1
                • R reactive

                  Okay I managed to make it work, there was another typo in step 7, this is the correct script to make it work:

                  #!/bin/bash
                  
                  # Place custom startup commands here
                  sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan horizon &
                  
                  sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 &
                  
                  andreasduerenA Offline
                  andreasduerenA Offline
                  andreasdueren
                  wrote on last edited by
                  #28

                  @reactive said in Mixpost Lite Install Guide for LAMP App:

                  Okay I managed to make it work, there was another typo in step 7, this is the correct script to make it work:

                  #!/bin/bash
                  
                  # Place custom startup commands here
                  sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan horizon &
                  
                  sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 &
                  

                  fyi I'm just using it in the cron section:

                  * * * * * cd .. && cd data/public/mixpost-enterprise-app && php artisan schedule:run >> /app/data/null 2>&1
                  @service cd .. && cd data/public/mixpost-enterprise-app && php artisan horizon
                  
                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Bookmarks
                  • Search