[Mobindi] A mobile phone UI for indi setups
Can you give me details about libraries problem by private message ? I'll eventually improve the build script...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
However, I'll look at it for the next version: github.com/pludov/mobindi/issues/15
Please Log in or Create an account to join the conversation.
The https integration only works once when finishing install mobindi. After that only http works. Any way to check or to autostart the service?
Regards,
Tom
Please Log in or Create an account to join the conversation.
Use startup.sh to start mobindi. It will start mobindi with https server
Please Log in or Create an account to join the conversation.
Do we need to do that everytime OS startup or maybe we can have something auto start?
Regards,
Tom
Please Log in or Create an account to join the conversation.
To automate the start, you can just add the following to /etc/rc.local
exec su -l -c "( cd ~/Astro/mobindi && exec ./startup.sh 2>&1 )" linaro
Adapt the path (~/Astro/mobindi) and the user (linaro).
Please Log in or Create an account to join the conversation.
pludov wrote: Always call startup.sh. It will ensure all required component are started.
To automate the start, you can just add the following to /etc/rc.local
exec su -l -c "( cd ~/Astro/mobindi && exec ./startup.sh 2>&1 )" linaro
Adapt the path (~/Astro/mobindi) and the user (linaro).
Unfortunately, it doesn't work. But the npm start command works very well in rc.local
Any idea?
Please Log in or Create an account to join the conversation.
I just pushed a modification to allow sending output to a log file.
Please update to latest github version (git pull --ff-only) and modify the line from /etc/rc.local to :
exec su -l -c "( cd ~/Astro/mobindi && LOGDIR=/var/log/mobindi exec ./startup.sh 2>&1 )" linaro
It should work upon next reboot ! (however due to the git update, a build will occur, so it may take 2-3 minutes to fully come up)
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.
Can you post the content of /var/log/mobindi/ ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.