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
R

reactive

@reactive
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Mixpost Lite Install Guide for LAMP App
    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 &
    
    Discuss

  • Mixpost Lite Install Guide for LAMP App
    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?

    Discuss

  • Mixpost Lite Install Guide for LAMP App
    R reactive

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

    Discuss

  • Ente
    R reactive

    Hi! Any update on this?

    App Wishlist
  • Login

  • Don't have an account? Register

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