Mixpost Lite Install Guide for LAMP App
-
@humptydumpty did you get an early adoptor lifetime license? Wanna sell it to me?

@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.
-
@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.
@humptydumpty fair enough, thanks!

-
Thanks for the feedback @humptydumpty - doesn't sound like I'll be using it. Nope is right.
@robi you can see image preview of links in v2
-
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>:80where
<ip_here>is my ip
does someone know what is happening? -
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>:80where
<ip_here>is my ip
does someone know what is happening?@reactive i think you need to cd into the mixpost app folder and then proceed with the install steps
-
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 & -
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 &@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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login