Re: [Dev] Get end point url of Mailman API 3.0

2015-03-30 Thread Kevin Ratnasekera
Hi Vaani,
If you have properly installed mailman locally, type mailman info in the
terminal this will give you output
kevin@kevin-VAIO:~$ mailman info
GNU Mailman 3.0.0b4 (Time and Motion)
Python 2.7.8 (default, Oct 20 2014, 15:05:19)
[GCC 4.9.1]
config file: /home/kevin/var/etc/mailman.cfg
db url: sqlite:home/kevin/var/data/mailman.db
devmode: DISABLED
REST root url: http://localhost:8001/3.0/
REST credentials: restadmin:restpass

REST root url: gives you the local endpoint. if you have troubles in
installing mailman let me know.
Regards
Kevin

On Mon, Mar 30, 2015 at 11:12 AM, Sriashalya Srivathsan asha...@wso2.com
wrote:

 Hi  vaani,
 For the above you need bazar installation
 http://wiki.bazaar.canonical.com/Download

 On Mon, Mar 30, 2015 at 11:07 AM, Sriashalya Srivathsan asha...@wso2.com
 wrote:

 Hi Vaani,
 I think there is a problem with the way you start the corresponding
 server. Can you please go through the following

 https://pythonhosted.org/mailman/src/mailman/docs/WebUIin5.html#start-the-development-server

 On Mon, Mar 23, 2015 at 3:12 PM, Keerthika Mahendralingam 
 keerth...@wso2.com wrote:

 Hi Vani,
 Please have a look in the following doc.

 https://help.ubuntu.com/community/Mailman
 https://www.google.com/url?q=https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FMailmansa=Dsntz=1usg=AFQjCNGW_VoSbthKsUfUfn6hn62ShcRUGA

 On Mon, Mar 23, 2015 at 2:35 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi Sriashalya!

 In mailman api we have to set the end point url locally.This is the doc
 for Mailman api set up guide
 https://fedorahosted.org/hyperkitty/wiki/DevelopmentSetupGuide.

 Thank you.





 On Mon, Mar 23, 2015 at 2:00 PM, Sriashalya Srivathsan 
 asha...@wso2.com wrote:

 Hi Vaani,
 Can you share the end point that you struggled and related stuff.



 Thank you.

 On Mon, Mar 23, 2015 at 12:29 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi all,

 I am reviewing the mailman connector3.0 done by wso2 trainees.I
 couldn't set mailman end url in my local machine. Have anyone worked on
 similar thing?

 Thank you.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 dev-requ...@wso2.org
 Keerthika Mahendralingam
 Associate Software Engineer
 Mobile :+94 (0) 776 121144
 keerth...@wso2.com
 WSO2, Inc.
 lean . enterprise . middleware




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Get end point url of Mailman API 3.0

2015-03-29 Thread Sriashalya Srivathsan
Hi Vaani,
I think there is a problem with the way you start the corresponding server.
Can you please go through the following
https://pythonhosted.org/mailman/src/mailman/docs/WebUIin5.html#start-the-development-server

On Mon, Mar 23, 2015 at 3:12 PM, Keerthika Mahendralingam 
keerth...@wso2.com wrote:

 Hi Vani,
 Please have a look in the following doc.

 https://help.ubuntu.com/community/Mailman
 https://www.google.com/url?q=https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FMailmansa=Dsntz=1usg=AFQjCNGW_VoSbthKsUfUfn6hn62ShcRUGA

 On Mon, Mar 23, 2015 at 2:35 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi Sriashalya!

 In mailman api we have to set the end point url locally.This is the doc
 for Mailman api set up guide
 https://fedorahosted.org/hyperkitty/wiki/DevelopmentSetupGuide.

 Thank you.





 On Mon, Mar 23, 2015 at 2:00 PM, Sriashalya Srivathsan asha...@wso2.com
 wrote:

 Hi Vaani,
 Can you share the end point that you struggled and related stuff.



 Thank you.

 On Mon, Mar 23, 2015 at 12:29 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi all,

 I am reviewing the mailman connector3.0 done by wso2 trainees.I
 couldn't set mailman end url in my local machine. Have anyone worked on
 similar thing?

 Thank you.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 dev-requ...@wso2.org
 Keerthika Mahendralingam
 Associate Software Engineer
 Mobile :+94 (0) 776 121144
 keerth...@wso2.com
 WSO2, Inc.
 lean . enterprise . middleware




-- 
S.Sriashalya,
Associate Software Engineer,
WSO2.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Get end point url of Mailman API 3.0

2015-03-29 Thread Sriashalya Srivathsan
Hi  vaani,
For the above you need bazar installation
http://wiki.bazaar.canonical.com/Download

On Mon, Mar 30, 2015 at 11:07 AM, Sriashalya Srivathsan asha...@wso2.com
wrote:

 Hi Vaani,
 I think there is a problem with the way you start the corresponding
 server. Can you please go through the following

 https://pythonhosted.org/mailman/src/mailman/docs/WebUIin5.html#start-the-development-server

 On Mon, Mar 23, 2015 at 3:12 PM, Keerthika Mahendralingam 
 keerth...@wso2.com wrote:

 Hi Vani,
 Please have a look in the following doc.

 https://help.ubuntu.com/community/Mailman
 https://www.google.com/url?q=https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FMailmansa=Dsntz=1usg=AFQjCNGW_VoSbthKsUfUfn6hn62ShcRUGA

 On Mon, Mar 23, 2015 at 2:35 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi Sriashalya!

 In mailman api we have to set the end point url locally.This is the doc
 for Mailman api set up guide
 https://fedorahosted.org/hyperkitty/wiki/DevelopmentSetupGuide.

 Thank you.





 On Mon, Mar 23, 2015 at 2:00 PM, Sriashalya Srivathsan asha...@wso2.com
  wrote:

 Hi Vaani,
 Can you share the end point that you struggled and related stuff.



 Thank you.

 On Mon, Mar 23, 2015 at 12:29 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi all,

 I am reviewing the mailman connector3.0 done by wso2 trainees.I
 couldn't set mailman end url in my local machine. Have anyone worked on
 similar thing?

 Thank you.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 dev-requ...@wso2.org
 Keerthika Mahendralingam
 Associate Software Engineer
 Mobile :+94 (0) 776 121144
 keerth...@wso2.com
 WSO2, Inc.
 lean . enterprise . middleware




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.




-- 
S.Sriashalya,
Associate Software Engineer,
WSO2.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Get end point url of Mailman API 3.0

2015-03-23 Thread Sriashalya Srivathsan
Hi Vaani,
Can you share the end point that you struggled and related stuff.



Thank you.

On Mon, Mar 23, 2015 at 12:29 PM, Vanii Thiyagarajah va...@wso2.com wrote:

 Hi all,

 I am reviewing the mailman connector3.0 done by wso2 trainees.I couldn't
 set mailman end url in my local machine. Have anyone worked on similar
 thing?

 Thank you.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
S.Sriashalya,
Associate Software Engineer,
WSO2.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Get end point url of Mailman API 3.0

2015-03-23 Thread Vanii Thiyagarajah
Hi Sriashalya!

In mailman api we have to set the end point url locally.This is the doc for
Mailman api set up guide
https://fedorahosted.org/hyperkitty/wiki/DevelopmentSetupGuide.

Thank you.





On Mon, Mar 23, 2015 at 2:00 PM, Sriashalya Srivathsan asha...@wso2.com
wrote:

 Hi Vaani,
 Can you share the end point that you struggled and related stuff.



 Thank you.

 On Mon, Mar 23, 2015 at 12:29 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi all,

 I am reviewing the mailman connector3.0 done by wso2 trainees.I couldn't
 set mailman end url in my local machine. Have anyone worked on similar
 thing?

 Thank you.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Get end point url of Mailman API 3.0

2015-03-23 Thread Vanii Thiyagarajah
Hi all,

I am reviewing the mailman connector3.0 done by wso2 trainees.I couldn't
set mailman end url in my local machine. Have anyone worked on similar
thing?

Thank you.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Get end point url of Mailman API 3.0

2015-03-23 Thread Keerthika Mahendralingam
Hi Vani,
Please have a look in the following doc.

https://help.ubuntu.com/community/Mailman
https://www.google.com/url?q=https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FMailmansa=Dsntz=1usg=AFQjCNGW_VoSbthKsUfUfn6hn62ShcRUGA

On Mon, Mar 23, 2015 at 2:35 PM, Vanii Thiyagarajah va...@wso2.com wrote:

 Hi Sriashalya!

 In mailman api we have to set the end point url locally.This is the doc
 for Mailman api set up guide
 https://fedorahosted.org/hyperkitty/wiki/DevelopmentSetupGuide.

 Thank you.





 On Mon, Mar 23, 2015 at 2:00 PM, Sriashalya Srivathsan asha...@wso2.com
 wrote:

 Hi Vaani,
 Can you share the end point that you struggled and related stuff.



 Thank you.

 On Mon, Mar 23, 2015 at 12:29 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi all,

 I am reviewing the mailman connector3.0 done by wso2 trainees.I couldn't
 set mailman end url in my local machine. Have anyone worked on similar
 thing?

 Thank you.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
dev-requ...@wso2.org
Keerthika Mahendralingam
Associate Software Engineer
Mobile :+94 (0) 776 121144
keerth...@wso2.com
WSO2, Inc.
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev