Page 1 of 2

jamovi 0.7.2.7 - good for devs

Posted: Tue Apr 04, 2017 12:07 am
by jonathon
hey guys,

just letting you know that the latest jamovi 0.7.2.7 has some substantial improvements for module development. error handling has been improved, and you can now access 'dev mode' from the app menu to the top right. in 'dev mode', jamovi will provide a stack trace in the event of an error.

cheers

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 8:50 am
by mcfanda@gmail.com
Hi
once cloned form github, is there a quick way to install it?

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 9:19 am
by jonathon
do you mean installing a module, or installing jamovi itself?

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 11:39 am
by mcfanda@gmail.com
I meant jamovi itself. I gues I should distribute the files according to the .conf files in /platform? Is there a quicker way?

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 12:05 pm
by jonathon
ooh, maybe fill me in a bit more on what you're trying to do. are you wanting to build this for a linux distro? or you're just wanting to build from source on your particular platform?

the project structure document has some build info:

https://dev.jamovi.org/info_project-structure.html

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 12:25 pm
by mcfanda@gmail.com
Yes, you right. I developing a module (I'm the guy working on the mixed models module) on linux ubuntu and so far I worked on the jamovi version installed with apt-get. I'd like to install the new version because I saw there's the "dev mode". Thus I git cloned the github 0.7.2..7 and I'd like to install this version

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 12:30 pm
by jonathon
you should be able to update to the latest version with:

sudo apt update
sudo apt upgrade

and/or check what version is installed with:

apt list jamovi

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 12:39 pm
by mcfanda@gmail.com
done, I got

jamovi/now 0.7.2.6-x-1~xenial amd64 [installed,local]

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 12:49 pm
by jonathon
hmm, that's strange. i don't understand why it isn't updating your version.

you previously added the jamovi repo with:

sudo add-apt-repository ppa:jonathon-love/jamovi

?

Re: jamovi 0.7.2.7 - good for devs

Posted: Thu Apr 06, 2017 12:51 pm
by jonathon
failing that, you could download the .deb file directly:

https://launchpad.net/~jonathon-love/+a ... _amd64.deb

you can possibly double-click on that to install it, or:

sudo dpkg -i path/to/deb