davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
323 stars 54 forks source link

apt-get gives an old version. #29

Closed augisbud closed 5 years ago

augisbud commented 5 years ago

Hello, when I use the image provided I get totally different design, than when I use apt-get install comitup. Any possibility to change that?

davesteele commented 5 years ago

Design?

If you mean web design, you can do an apt-get upgrade on the booted image to get the most recent version.

augisbud commented 5 years ago

I did that, the design hasn't changed, I will try again

augisbud commented 5 years ago

UPDATE: did sudo apt-get update && sudo apt-get upgrade, the design hasn't changed.

davesteele commented 5 years ago

What comitup versions are we talking about?

augisbud commented 5 years ago

the latest i'm getting from sudo apt-get install comitup on raspbian stretch

augisbud commented 5 years ago

How can I install directly by using git clone, and the setup.py file?

davesteele commented 5 years ago

Ah. You need to add a line to /etc/apt/sources.list referencing the comitup repository to get the latest:

deb http://davesteele.github.io/comitup/repo comitup main

Or you can get the latest deb from the archive.

augisbud commented 5 years ago

still not getting it :(

davesteele commented 5 years ago

The command to install via setup.py is "python3 setup.py install".

N.B. I've never done that. I can think of at least one reason that would fail.

The git archive currently builds the latest deb, using the "debuild" command.

Re - still not getting it. Make sure you do the "apt-get update" after updating sources.list.

augisbud commented 5 years ago
pi@raspberry:~ $ sudo apt install ./comitup_1.3.1-1_all.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'comitup' instead of './comitup_1.3.1-1_all.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 comitup : Depends: python3-networkmanager (>= 2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

output from the deb installation.

YUP I'm dumb, forgot to sudo apt-get update

davesteele commented 5 years ago

Re installing from git. For development, what I do is install the deb, then use a small deploy script that copies py files from the cli, comitup, and web directories to the corresponding directories in /usr/share/comitup/, then restart the comitup service.