×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

A new INDI WebManager App for Mac OS X and Linux

  • Posts: 210
  • Thank you received: 104
I tested the new Mac package.

It work fine and the installation process is much simple with less confirmation box than before.
Congratulation for this work!
4 years 10 months ago #40263

Please Log in or Create an account to join the conversation.

  • Posts: 447
  • Thank you received: 30
I am always grateful for your works.
4 years 10 months ago #40265

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 15

Hi,

Any steps for us to build it ourself in linux? Thanks

Tom
4 years 10 months ago #40267

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
For Linux,

I'm not a Linux expert, and I'm working on how to distribute my code on Linux, but these instructions should work.

1. First you need to install the main dependencies. I haven't yet figured all those out yet. but I think the following will do. There might be more here than needed, I'm not sure, or maybe there is something missing. I'm still working this out.

sudo apt-add-repository ppa:mutlaqja/ppa -y
sudo apt-get update
sudo apt-get install cmake pkg-config extra-cmake-modules qtbase5-dev kdoctools-dev libkf5config-dev libkf5i18n-dev libindi-dev indi-full gsc qtcreator

2. Second you need to install python and indiweb
This one I'm less certain as to what is needed, since python is a different install on different systems, but I think you want to get python3 installed and then use pip to install indiweb. I think that you can use python2 as well, but python3 is probably preferable.

sudo apt-get install python3.6 or maybe sudo apt-get install python3-pip
sudo pip3 install indiweb

3. Then clone the repo

git clone github.com/rlancaste/INDIWebManagerApp

4. Then open cmakelists.txt inside the INDIWebManagerApp folder in QT Creator, run cmake, click the run button, and you are good to go.

Thanks,

Rob
The following user(s) said Thank You: Tom
4 years 10 months ago #40269

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
I think I will make the install button install indiweb on Linux as well as OS X. It certainly can do that since it doesn't require authentication. That will solve the issue of how to make a Debian package install the dependencies of this program since I don't know how to make a pip installed program a dependency for the apt package manager.
4 years 10 months ago #40283

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
Ok I did add that, and I also came up with a way to actively monitor the port of the running Indi server so now this will update on the display if the port gets changed.

Here is a new DMG for Macs. Please let me know if there is anything else.

drive.google.com/open?id=1p03pKsaklGeTKqSmzYMstBirLxUf6tyC
4 years 10 months ago #40284

Please Log in or Create an account to join the conversation.

  • Posts: 210
  • Thank you received: 104
I cannot test now, but the code to install indiweb on Linux look good to work with both Python2 or Python3.

For the deb package you probably only need to make a dependency to python3-pip because it include the python3 dependency itself.
4 years 10 months ago #40286

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
Thanks I will try that
4 years 10 months ago #40291

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
We are still working on getting the Linux Debian package to work. But here is a release of 0.6 for os x

github.com/rlancaste/INDIWebManagerApp/releases
The following user(s) said Thank You: Craig
4 years 9 months ago #40406

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
4 years 9 months ago #40477

Please Log in or Create an account to join the conversation.

  • Posts: 460
  • Thank you received: 69

As a newbie, is there a log of what my problem might be? This is on an Odroid-N2 running 18.04 w/kstars bleeding.



Thanks
Jerry
4 years 9 months ago #40491
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
At the command line, when you type the following commands, what happens?

which python
which python3
which pip
which pip3
4 years 9 months ago #40492

Please Log in or Create an account to join the conversation.

Time to create page: 0.774 seconds