Re: [openwisp] [GSoC'19] OpenWisp Template share feature and Template Library

2019-07-12 Thread Federico Capoano
On Fri, Jul 12, 2019 at 4:51 PM Noumbissi Valere wrote: > Good day mentors. > > *Weekly Report* > > I worked on the following PRs. > > PR 8 backend > . > in which i created the directory structure of library backend,

Re: [openwisp] Re: [GSoC'19] Dockerize of OpenWISP

2019-07-12 Thread Federico Capoano
On Fri, Jul 12, 2019 at 2:48 PM Ajay Tripathi wrote: > Hi, > > *Weekly update:* > > 1. Worked on freeradius image and a draft pull request is available here: > https://github.com/openwisp/docker-openwisp/pull/44 > 2. Worked on OpenVPN image and branch is available here: >

Re: [openwisp] Re: Error Installing OpenWISP2 on Raspbian Jessie

2019-07-12 Thread Federico Capoano
I'm not sure why it's happening, even after looking on Google it's not clear to me what that error means exactly. On Fri, Jul 12, 2019 at 2:10 PM M Ricky Anggoro P wrote: > Thanks for your very fast response :) > After I followed your suggest, i'm still got my error: > > pi@ricky:~ $ cd

Re: [openwisp] [GSoC'19] OpenWisp Template share feature and Template Library

2019-07-12 Thread Noumbissi Valere
Good day mentors. *Weekly Report* I worked on the following PRs. PR 8 backend . in which i created the directory structure of library backend, implemented socail and local login and enable APIs for CRUD of organizations from

Re: [openwisp] Re: [GSoC'19] Dockerize of OpenWISP

2019-07-12 Thread Ajay Tripathi
Hi, *Weekly update:* 1. Worked on freeradius image and a draft pull request is available here: https://github.com/openwisp/docker-openwisp/pull/44 2. Worked on OpenVPN image and branch is available here: https://github.com/atb00ker/docker-openwisp/tree/openvpn *Next Week:* 1. Completing

Re: [openwisp] Re: Error Installing OpenWISP2 on Raspbian Jessie

2019-07-12 Thread M Ricky Anggoro P
Thanks for your very fast response :) After I followed your suggest, i'm still got my error: pi@ricky:~ $ cd /opt/openwisp2/ pi@ricky:/opt/openwisp2 $ ls env pi@ricky:/opt/openwisp2 $ source env/bin/activate (env)pi@ricky:/opt/openwisp2 $ pip install cryptography DEPRECATION: Python 3.4 support

Re: [openwisp] Device auto-rename conventions

2019-07-12 Thread Federico Capoano
Ok, so I have not understood the problem, are you referring to the fact that the interface names on the router look weird to you? On Thu, Jul 11, 2019 at 4:23 PM Stuart Trusty wrote: > hi Federico, > > I am talking about changing internal device names like wlan0 or lan0, etc. > in the router

Re: [openwisp] Re: Error Installing OpenWISP2 on Raspbian Jessie

2019-07-12 Thread Federico Capoano
To install cryptography manually you should do it in the python virtual environment used by openwisp: cd /opt/openwisp2 source env/bin/activate pip install cryptography Try this and let me know if it solves it. Best regards Fed On Fri, Jul 12, 2019 at 1:58 PM M Ricky Anggoro P wrote: > This

[openwisp] Re: Error Installing OpenWISP2 on Raspbian Jessie

2019-07-12 Thread M Ricky Anggoro P
This is my hosts file: [pi] 10.33.109.247 And this is my playbook.yml: - hosts : pi become: true become_user: root roles : - openwisp.openwisp2 vars: openwisp2_shared_secret: 12345678 postfix_myhostname: localhost Pada Sabtu, 13 Juli 2019 00.56.27 UTC+7, M Ricky Anggoro P

[openwisp] Error Installing OpenWISP2 on Raspbian Jessie

2019-07-12 Thread M Ricky Anggoro P
Hello, I'm still newbie on OpenWISP2 and Ansible. I had some trouble on installing OpenWISP2 on Raspbian Jessie with ansbile playbook. This is my error line: -- TASK [openwisp.openwisp2 : Update pip & related tools] ***

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-12 Thread Amit Goyal
Thanks a lot Federico for your help! I will start implementation as per your suggestion now . Regards Amit On Thursday, July 11, 2019 at 6:22:11 PM UTC+5:30, Federico Capoano wrote: > > On Thu, Jul 11, 2019 at 3:48 AM Amit Goyal > wrote: > >> Hi Federico >> >> Thanks for providing so details