jamovi 0.7.2.7 - good for devs

Everything related to the development of modules in jamovi
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

jamovi 0.7.2.7 - good for devs

Post 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
User avatar
mcfanda@gmail.com
Posts: 457
Joined: Thu Mar 23, 2017 9:24 pm

Re: jamovi 0.7.2.7 - good for devs

Post by mcfanda@gmail.com »

Hi
once cloned form github, is there a quick way to install it?
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: jamovi 0.7.2.7 - good for devs

Post by jonathon »

do you mean installing a module, or installing jamovi itself?
User avatar
mcfanda@gmail.com
Posts: 457
Joined: Thu Mar 23, 2017 9:24 pm

Re: jamovi 0.7.2.7 - good for devs

Post 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?
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: jamovi 0.7.2.7 - good for devs

Post 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
User avatar
mcfanda@gmail.com
Posts: 457
Joined: Thu Mar 23, 2017 9:24 pm

Re: jamovi 0.7.2.7 - good for devs

Post 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
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: jamovi 0.7.2.7 - good for devs

Post 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
User avatar
mcfanda@gmail.com
Posts: 457
Joined: Thu Mar 23, 2017 9:24 pm

Re: jamovi 0.7.2.7 - good for devs

Post by mcfanda@gmail.com »

done, I got

jamovi/now 0.7.2.6-x-1~xenial amd64 [installed,local]
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: jamovi 0.7.2.7 - good for devs

Post 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

?
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: jamovi 0.7.2.7 - good for devs

Post 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
Post Reply