Re: Announce - BitNami Windows installer for ReviewBoard

2014-01-23 Thread deepti vaidyula
Hi,
 
I have done reviewboard installation for my team and I have documented it 
here.
http://technical-nonsense.blogspot.in/search/label/REVIEWBOARD%20INSTALLATION%20IN%20WINDOWS
 
 
I am hoping that it might be useful. I have installed it on a 32 bit 
windows.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Announce - BitNami Windows installer for ReviewBoard

2013-07-10 Thread victoria
On Tue, Jul 9, 2013 at 6:48 PM, Robert Burkhall  wrote:

>
> 0
> 
>
> I found a workaround of the above issue that relates to Windows
> Installations.
>
> 1) CD {install
> path}\reviewboard-1.7.9-0\apps\reviewboard\Lib\site-packages
> 2) Verify that ReviewBoard-1.7.9-py2.7.egg & ReviewBoard-1.7.11-py2.7.egg
> exists
> 3) Rename ReviewBoard-1.7.9-py2.7.egg to ReviewBoard-1.7.9-py2.7.egg.old
> 4) Rename ReviewBoard-1.7.11-py2.7.egg to ReviewBoard-1.7.9-py2.7.egg
> 5) Restart Apache service
> 6) Site is working normally
>
> I couldn't find the location in a config file that pointed to the old .egg
> folder, so making sure the new folder exists and renaming it worked. This
> is not the suggested fix, however it will get you over the issue for now.
>
>
Hi Robert,

Thanks for posting your solution. I saw that you also did it in the BItNami
forums. As you mention this is only a workaround. We will look into it on
our side. Thanks again!

Best regards,

Victoria.




> On Tuesday, July 9, 2013 11:11:10 AM UTC-4, Robert Burkhall wrote:
>
>> Hi Victoria,
>>
>>  The issue has been resolved with the release of 1.7.9.11, however I get
>> the following message after following the upgrade instructions.
>>
>>  Manual server updates required
>>
>> A recent upgrade requires manual updates to be made on this server. After
>> these changes are made, you should restart your server.
>>
>> If you have any questions or problems, please contact us on our mailing
>> list .
>>  Review Board version mismatch
>>
>> The version of Review Board running does not match the version the site
>> was last upgraded to. You are running *1.7.9* and the site was last
>> upgraded to *1.7.11*.
>>
>> Please upgrade your site to fix this by running:
>>
>> $ rb-site upgrade 
>> C:/BitNami/reviewboard-1.7.9-**0/apps/reviewboard/rb-sites/**reviewboard
>>
>>
>>
>>
>> On Wednesday, June 19, 2013 6:24:07 AM UTC-4, victoria wrote:
>>>
>>> Hi Robert,
>>>
>>> On Tue, Jun 18, 2013 at 9:07 PM, Robert Burkhall 
>>> wrote:
>>> > Hi Victoria,
>>> >
>>> >  I like the the Reviewboard stack that's been created and it's only
>>> missing
>>> > the python-ldap.  However, I've seen a strange issue with IE that is
>>> not
>>> > apparent in Firefox or Chrome.  Has only else reported any issue using
>>> the
>>> > stack with IE9 in our case?
>>> >
>>> >
>>>
>>> I'm glad that you like it. Regarding the python-ldap module, have you
>>> tried to install this 
>>> https://pypi.python.org/pypi/**python-ldap/2.4.12
>>>
>>> ? What is the issue that you are finding with IE? Could it be related
>>> to JavaScript not enalbed or something like that? If that is not the
>>> case and it is shown correctly with Firefox and Chrome it seems to it
>>> could be an issue with the ReviewBoard web interface and IE support...
>>>
>>> >
>>> > On Wednesday, March 6, 2013 4:19:58 PM UTC-5, victoria wrote:
>>> >>
>>> >> Hi,
>>> >>
>>> >> As I already mentioned in the list in BitNami we were working on a
>>> >> Windows installer for Review Board. Well, we have just released it
>>> and
>>> >> you can download it from
>>> >>
>>> >> http://bitnami.org/stack/**reviewboard
>>>
>>> >>
>>> >> This version includes Python, Django, MySQL, Apache with mod_wsgi,
>>> >> Git, Subversion and all the required dependencies.
>>> >>
>>> >> As you already may know Review Board is not longer officially
>>> >> supported on Windows. It is was difficult to install on Windows and
>>> >> lot of incompatibilities with different Python versions or modules
>>> >> made difficult to support. However we (in BitNami) still have people
>>> >> asking if we planned to provide a windows installer of Review Board
>>> as
>>> >> we already do for Linux. As we offer all-in-one installer which
>>> >> includes all the required dependencies most of those incompatibility
>>> >> issues should not appear. You still will want to use a Linux version
>>> >> for a production environment but I'm sure that for lot of users will
>>> >> find useful the Windows installer to give a try to ReviewBoard and
>>> >> discover if it is the right solution for them. Also we will keep it
>>> >> update so you can quickly test new versions when released. Please
>>> >> notice that the the installation should be fully functional (although
>>> >> not officially supported by the ReviewBoard team) and we will love to
>>> >> hear from you if you find any issue so we can fix it.
>>> >>
>>> >> Christian I also wanted to take the opportunity to thank you for the
>>> >> support you provide to me for getting this done :)
>>> >>
>>> >> Well I hope you all enjoy it!
>>> >>
>>> >> Best regards,
>>> >>
>>> >> Victoria.
>>> >
>>> > --
>>> > Want to help the Review Board project? Donate today at
>>> > http://www.reviewboard.org/**donate/
>>>
>>> > Happy user? Let us know at

Re: Announce - BitNami Windows installer for ReviewBoard

2013-07-09 Thread Robert Burkhall

0


I found a workaround of the above issue that relates to Windows 
Installations.

1) CD {install path}\reviewboard-1.7.9-0\apps\reviewboard\Lib\site-packages 
2) Verify that ReviewBoard-1.7.9-py2.7.egg & ReviewBoard-1.7.11-py2.7.egg 
exists 
3) Rename ReviewBoard-1.7.9-py2.7.egg to ReviewBoard-1.7.9-py2.7.egg.old 
4) Rename ReviewBoard-1.7.11-py2.7.egg to ReviewBoard-1.7.9-py2.7.egg 
5) Restart Apache service
6) Site is working normally

I couldn't find the location in a config file that pointed to the old .egg 
folder, so making sure the new folder exists and renaming it worked. This 
is not the suggested fix, however it will get you over the issue for now.

On Tuesday, July 9, 2013 11:11:10 AM UTC-4, Robert Burkhall wrote:
>
> Hi Victoria,
>
>  The issue has been resolved with the release of 1.7.9.11, however I get 
> the following message after following the upgrade instructions.
>
> Manual server updates required
>
> A recent upgrade requires manual updates to be made on this server. After 
> these changes are made, you should restart your server.
>
> If you have any questions or problems, please contact us on our mailing 
> list .
> Review Board version mismatch
>
> The version of Review Board running does not match the version the site 
> was last upgraded to. You are running *1.7.9* and the site was last 
> upgraded to *1.7.11*.
>
> Please upgrade your site to fix this by running:
>
> $ rb-site upgrade 
> C:/BitNami/reviewboard-1.7.9-0/apps/reviewboard/rb-sites/reviewboard
>
>
>
>
> On Wednesday, June 19, 2013 6:24:07 AM UTC-4, victoria wrote:
>>
>> Hi Robert, 
>>
>> On Tue, Jun 18, 2013 at 9:07 PM, Robert Burkhall  
>> wrote: 
>> > Hi Victoria, 
>> > 
>> >  I like the the Reviewboard stack that's been created and it's only 
>> missing 
>> > the python-ldap.  However, I've seen a strange issue with IE that is 
>> not 
>> > apparent in Firefox or Chrome.  Has only else reported any issue using 
>> the 
>> > stack with IE9 in our case? 
>> > 
>> > 
>>
>> I'm glad that you like it. Regarding the python-ldap module, have you 
>> tried to install this https://pypi.python.org/pypi/python-ldap/2.4.12  
>> ? What is the issue that you are finding with IE? Could it be related 
>> to JavaScript not enalbed or something like that? If that is not the 
>> case and it is shown correctly with Firefox and Chrome it seems to it 
>> could be an issue with the ReviewBoard web interface and IE support... 
>>
>> > 
>> > On Wednesday, March 6, 2013 4:19:58 PM UTC-5, victoria wrote: 
>> >> 
>> >> Hi, 
>> >> 
>> >> As I already mentioned in the list in BitNami we were working on a 
>> >> Windows installer for Review Board. Well, we have just released it and 
>> >> you can download it from 
>> >> 
>> >> http://bitnami.org/stack/reviewboard  
>> >> 
>> >> This version includes Python, Django, MySQL, Apache with mod_wsgi, 
>> >> Git, Subversion and all the required dependencies. 
>> >> 
>> >> As you already may know Review Board is not longer officially 
>> >> supported on Windows. It is was difficult to install on Windows and 
>> >> lot of incompatibilities with different Python versions or modules 
>> >> made difficult to support. However we (in BitNami) still have people 
>> >> asking if we planned to provide a windows installer of Review Board as 
>> >> we already do for Linux. As we offer all-in-one installer which 
>> >> includes all the required dependencies most of those incompatibility 
>> >> issues should not appear. You still will want to use a Linux version 
>> >> for a production environment but I'm sure that for lot of users will 
>> >> find useful the Windows installer to give a try to ReviewBoard and 
>> >> discover if it is the right solution for them. Also we will keep it 
>> >> update so you can quickly test new versions when released. Please 
>> >> notice that the the installation should be fully functional (although 
>> >> not officially supported by the ReviewBoard team) and we will love to 
>> >> hear from you if you find any issue so we can fix it. 
>> >> 
>> >> Christian I also wanted to take the opportunity to thank you for the 
>> >> support you provide to me for getting this done :) 
>> >> 
>> >> Well I hope you all enjoy it! 
>> >> 
>> >> Best regards, 
>> >> 
>> >> Victoria. 
>> > 
>> > -- 
>> > Want to help the Review Board project? Donate today at 
>> > http://www.reviewboard.org/donate/  
>> > Happy user? Let us know at http://www.reviewboard.org/users/  
>> > -~--~~~~--~~--~--~--- 
>> > To unsubscribe from this group, send email to 
>> > reviewboard...@googlegroups.com 
>> > For more options, visit this group at 
>> > http://groups.google.com/group/reviewboard?hl=en 
>> > --- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "reviewboard" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> a

Re: Announce - BitNami Windows installer for ReviewBoard

2013-07-09 Thread Robert Burkhall
And let me clarify the the resolved issue: python-ldap.  Installed and 
everything is good. 

On Tuesday, July 9, 2013 11:11:10 AM UTC-4, Robert Burkhall wrote:
>
> Hi Victoria,
>
>  The issue has been resolved with the release of 1.7.9.11, however I get 
> the following message after following the upgrade instructions.
>
> Manual server updates required
>
> A recent upgrade requires manual updates to be made on this server. After 
> these changes are made, you should restart your server.
>
> If you have any questions or problems, please contact us on our mailing 
> list .
> Review Board version mismatch
>
> The version of Review Board running does not match the version the site 
> was last upgraded to. You are running *1.7.9* and the site was last 
> upgraded to *1.7.11*.
>
> Please upgrade your site to fix this by running:
>
> $ rb-site upgrade 
> C:/BitNami/reviewboard-1.7.9-0/apps/reviewboard/rb-sites/reviewboard
>
>
>
>
> On Wednesday, June 19, 2013 6:24:07 AM UTC-4, victoria wrote:
>>
>> Hi Robert, 
>>
>> On Tue, Jun 18, 2013 at 9:07 PM, Robert Burkhall  
>> wrote: 
>> > Hi Victoria, 
>> > 
>> >  I like the the Reviewboard stack that's been created and it's only 
>> missing 
>> > the python-ldap.  However, I've seen a strange issue with IE that is 
>> not 
>> > apparent in Firefox or Chrome.  Has only else reported any issue using 
>> the 
>> > stack with IE9 in our case? 
>> > 
>> > 
>>
>> I'm glad that you like it. Regarding the python-ldap module, have you 
>> tried to install this https://pypi.python.org/pypi/python-ldap/2.4.12   
>> ? What is the issue that you are finding with IE? Could it be related 
>> to JavaScript not enalbed or something like that? If that is not the 
>> case and it is shown correctly with Firefox and Chrome it seems to it 
>> could be an issue with the ReviewBoard web interface and IE support... 
>>
>> > 
>> > On Wednesday, March 6, 2013 4:19:58 PM UTC-5, victoria wrote: 
>> >> 
>> >> Hi, 
>> >> 
>> >> As I already mentioned in the list in BitNami we were working on a 
>> >> Windows installer for Review Board. Well, we have just released it and 
>> >> you can download it from 
>> >> 
>> >> http://bitnami.org/stack/reviewboard   
>> >> 
>> >> This version includes Python, Django, MySQL, Apache with mod_wsgi, 
>> >> Git, Subversion and all the required dependencies. 
>> >> 
>> >> As you already may know Review Board is not longer officially 
>> >> supported on Windows. It is was difficult to install on Windows and 
>> >> lot of incompatibilities with different Python versions or modules 
>> >> made difficult to support. However we (in BitNami) still have people 
>> >> asking if we planned to provide a windows installer of Review Board as 
>> >> we already do for Linux. As we offer all-in-one installer which 
>> >> includes all the required dependencies most of those incompatibility 
>> >> issues should not appear. You still will want to use a Linux version 
>> >> for a production environment but I'm sure that for lot of users will 
>> >> find useful the Windows installer to give a try to ReviewBoard and 
>> >> discover if it is the right solution for them. Also we will keep it 
>> >> update so you can quickly test new versions when released. Please 
>> >> notice that the the installation should be fully functional (although 
>> >> not officially supported by the ReviewBoard team) and we will love to 
>> >> hear from you if you find any issue so we can fix it. 
>> >> 
>> >> Christian I also wanted to take the opportunity to thank you for the 
>> >> support you provide to me for getting this done :) 
>> >> 
>> >> Well I hope you all enjoy it! 
>> >> 
>> >> Best regards, 
>> >> 
>> >> Victoria. 
>> > 
>> > -- 
>> > Want to help the Review Board project? Donate today at 
>> > http://www.reviewboard.org/donate/   
>> > Happy user? Let us know at http://www.reviewboard.org/users/   
>> > -~--~~~~--~~--~--~--- 
>> > To unsubscribe from this group, send email to 
>> > reviewboard...@googlegroups.com 
>> > For more options, visit this group at 
>> > http://groups.google.com/group/reviewboard?hl=en 
>> > --- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "reviewboard" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> > email to reviewboard...@googlegroups.com. 
>> > For more options, visit https://groups.google.com/groups/opt_out. 
>> > 
>> > 
>>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard

Re: Announce - BitNami Windows installer for ReviewBoard

2013-07-09 Thread Robert Burkhall
Hi Victoria,

 The issue has been resolved with the release of 1.7.9.11, however I get 
the following message after following the upgrade instructions.

Manual server updates required

A recent upgrade requires manual updates to be made on this server. After 
these changes are made, you should restart your server.

If you have any questions or problems, please contact us on our mailing 
list
.
Review Board version mismatch

The version of Review Board running does not match the version the site was 
last upgraded to. You are running *1.7.9* and the site was last upgraded to 
*1.7.11*.

Please upgrade your site to fix this by running:

$ rb-site upgrade 
C:/BitNami/reviewboard-1.7.9-0/apps/reviewboard/rb-sites/reviewboard




On Wednesday, June 19, 2013 6:24:07 AM UTC-4, victoria wrote:
>
> Hi Robert, 
>
> On Tue, Jun 18, 2013 at 9:07 PM, Robert Burkhall 
> > 
> wrote: 
> > Hi Victoria, 
> > 
> >  I like the the Reviewboard stack that's been created and it's only 
> missing 
> > the python-ldap.  However, I've seen a strange issue with IE that is not 
> > apparent in Firefox or Chrome.  Has only else reported any issue using 
> the 
> > stack with IE9 in our case? 
> > 
> > 
>
> I'm glad that you like it. Regarding the python-ldap module, have you 
> tried to install this https://pypi.python.org/pypi/python-ldap/2.4.12  
> ? What is the issue that you are finding with IE? Could it be related 
> to JavaScript not enalbed or something like that? If that is not the 
> case and it is shown correctly with Firefox and Chrome it seems to it 
> could be an issue with the ReviewBoard web interface and IE support... 
>
> > 
> > On Wednesday, March 6, 2013 4:19:58 PM UTC-5, victoria wrote: 
> >> 
> >> Hi, 
> >> 
> >> As I already mentioned in the list in BitNami we were working on a 
> >> Windows installer for Review Board. Well, we have just released it and 
> >> you can download it from 
> >> 
> >> http://bitnami.org/stack/reviewboard  
> >> 
> >> This version includes Python, Django, MySQL, Apache with mod_wsgi, 
> >> Git, Subversion and all the required dependencies. 
> >> 
> >> As you already may know Review Board is not longer officially 
> >> supported on Windows. It is was difficult to install on Windows and 
> >> lot of incompatibilities with different Python versions or modules 
> >> made difficult to support. However we (in BitNami) still have people 
> >> asking if we planned to provide a windows installer of Review Board as 
> >> we already do for Linux. As we offer all-in-one installer which 
> >> includes all the required dependencies most of those incompatibility 
> >> issues should not appear. You still will want to use a Linux version 
> >> for a production environment but I'm sure that for lot of users will 
> >> find useful the Windows installer to give a try to ReviewBoard and 
> >> discover if it is the right solution for them. Also we will keep it 
> >> update so you can quickly test new versions when released. Please 
> >> notice that the the installation should be fully functional (although 
> >> not officially supported by the ReviewBoard team) and we will love to 
> >> hear from you if you find any issue so we can fix it. 
> >> 
> >> Christian I also wanted to take the opportunity to thank you for the 
> >> support you provide to me for getting this done :) 
> >> 
> >> Well I hope you all enjoy it! 
> >> 
> >> Best regards, 
> >> 
> >> Victoria. 
> > 
> > -- 
> > Want to help the Review Board project? Donate today at 
> > http://www.reviewboard.org/donate/  
> > Happy user? Let us know at http://www.reviewboard.org/users/  
> > -~--~~~~--~~--~--~--- 
> > To unsubscribe from this group, send email to 
> > reviewboard...@googlegroups.com  
> > For more options, visit this group at 
> > http://groups.google.com/group/reviewboard?hl=en 
> > --- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "reviewboard" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to reviewboard...@googlegroups.com . 
> > For more options, visit https://groups.google.com/groups/opt_out. 
> > 
> > 
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Announce - BitNami Windows installer for ReviewBoard

2013-06-19 Thread victoria
Hi Robert,

On Tue, Jun 18, 2013 at 9:07 PM, Robert Burkhall  wrote:
> Hi Victoria,
>
>  I like the the Reviewboard stack that's been created and it's only missing
> the python-ldap.  However, I've seen a strange issue with IE that is not
> apparent in Firefox or Chrome.  Has only else reported any issue using the
> stack with IE9 in our case?
>
>

I'm glad that you like it. Regarding the python-ldap module, have you
tried to install this https://pypi.python.org/pypi/python-ldap/2.4.12
? What is the issue that you are finding with IE? Could it be related
to JavaScript not enalbed or something like that? If that is not the
case and it is shown correctly with Firefox and Chrome it seems to it
could be an issue with the ReviewBoard web interface and IE support...

>
> On Wednesday, March 6, 2013 4:19:58 PM UTC-5, victoria wrote:
>>
>> Hi,
>>
>> As I already mentioned in the list in BitNami we were working on a
>> Windows installer for Review Board. Well, we have just released it and
>> you can download it from
>>
>> http://bitnami.org/stack/reviewboard
>>
>> This version includes Python, Django, MySQL, Apache with mod_wsgi,
>> Git, Subversion and all the required dependencies.
>>
>> As you already may know Review Board is not longer officially
>> supported on Windows. It is was difficult to install on Windows and
>> lot of incompatibilities with different Python versions or modules
>> made difficult to support. However we (in BitNami) still have people
>> asking if we planned to provide a windows installer of Review Board as
>> we already do for Linux. As we offer all-in-one installer which
>> includes all the required dependencies most of those incompatibility
>> issues should not appear. You still will want to use a Linux version
>> for a production environment but I'm sure that for lot of users will
>> find useful the Windows installer to give a try to ReviewBoard and
>> discover if it is the right solution for them. Also we will keep it
>> update so you can quickly test new versions when released. Please
>> notice that the the installation should be fully functional (although
>> not officially supported by the ReviewBoard team) and we will love to
>> hear from you if you find any issue so we can fix it.
>>
>> Christian I also wanted to take the opportunity to thank you for the
>> support you provide to me for getting this done :)
>>
>> Well I hope you all enjoy it!
>>
>> Best regards,
>>
>> Victoria.
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Announce - BitNami Windows installer for ReviewBoard

2013-06-19 Thread victoria
Hi Warren,

On Tue, Jun 18, 2013 at 7:40 PM, Warren Postma  wrote:
>
> What is the nature of the problems on Windows?  Is Mercurial one of the
> problematic areas?  The docs say it's not supported, but don't give real
> details.

My understanding is that the main problem was the different
configuration that the users may have which make it difficult to
support. "Windows has proven to be a considerable challenge to
support. It is easy to end up with a subtly broken setup, due to so
many different and incompatible implementations of Python and various
Python modules." I don't think currently there is a specific issue
with Mercurial as it has been supported for a long time in Review
Board. However I think that the Review Board team will be able to give
you a better answer for this.

>
> I reported this issue to bitnami, not sure if it's a windows issue, or a
> mercurial + reviewboard issue:
>
> http://answers.bitnami.com/questions/14009/bitnami-reviewboard-version-17x-for-windows-the-file-was-not-found-in-the-repository-207
>
>
I see that you have already solved the issue. I'm glad for it and
thanks for posting the problem and the solution.

> The docs I read are a bit light on reasons:
>
> http://www.reviewboard.org/docs/manual/dev/admin/installation/windows/
>
> W
>

Best regards,

Victoria.

> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Announce - BitNami Windows installer for ReviewBoard

2013-06-18 Thread Robert Burkhall
Hi Victoria,

 I like the the Reviewboard stack that's been created and it's only missing 
the python-ldap.  However, I've seen a strange issue with IE that is not 
apparent in Firefox or Chrome.  Has only else reported any issue using the 
stack with IE9 in our case?


On Wednesday, March 6, 2013 4:19:58 PM UTC-5, victoria wrote:
>
> Hi, 
>
> As I already mentioned in the list in BitNami we were working on a 
> Windows installer for Review Board. Well, we have just released it and 
> you can download it from 
>
> http://bitnami.org/stack/reviewboard 
>
> This version includes Python, Django, MySQL, Apache with mod_wsgi, 
> Git, Subversion and all the required dependencies. 
>
> As you already may know Review Board is not longer officially 
> supported on Windows. It is was difficult to install on Windows and 
> lot of incompatibilities with different Python versions or modules 
> made difficult to support. However we (in BitNami) still have people 
> asking if we planned to provide a windows installer of Review Board as 
> we already do for Linux. As we offer all-in-one installer which 
> includes all the required dependencies most of those incompatibility 
> issues should not appear. You still will want to use a Linux version 
> for a production environment but I'm sure that for lot of users will 
> find useful the Windows installer to give a try to ReviewBoard and 
> discover if it is the right solution for them. Also we will keep it 
> update so you can quickly test new versions when released. Please 
> notice that the the installation should be fully functional (although 
> not officially supported by the ReviewBoard team) and we will love to 
> hear from you if you find any issue so we can fix it. 
>
> Christian I also wanted to take the opportunity to thank you for the 
> support you provide to me for getting this done :) 
>
> Well I hope you all enjoy it! 
>
> Best regards, 
>
> Victoria. 
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Announce - BitNami Windows installer for ReviewBoard

2013-06-18 Thread Warren Postma

What is the nature of the problems on Windows?  Is Mercurial one of the 
problematic areas?  The docs say it's not supported, but don't give real 
details.

I reported this issue to bitnami, not sure if it's a windows issue, or a 
mercurial + reviewboard issue:

http://answers.bitnami.com/questions/14009/bitnami-reviewboard-version-17x-for-windows-the-file-was-not-found-in-the-repository-207


The docs I read are a bit light on reasons:

http://www.reviewboard.org/docs/manual/dev/admin/installation/windows/

W

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Announce - BitNami Windows installer for ReviewBoard

2013-06-18 Thread Warren Postma
I have found a fairly severe problem. Reported here:

http://answers.bitnami.com/questions/14009/bitnami-reviewboard-version-17x-for-windows-the-file-was-not-found-in-the-repository-207


Warren

On Wednesday, March 6, 2013 4:19:58 PM UTC-5, victoria wrote:
>
> Hi, 
>
> As I already mentioned in the list in BitNami we were working on a 
> Windows installer for Review Board. Well, we have just released it and 
> you can download it from 
>
> http://bitnami.org/stack/reviewboard 
>
> This version includes Python, Django, MySQL, Apache with mod_wsgi, 
> Git, Subversion and all the required dependencies. 
>
> As you already may know Review Board is not longer officially 
> supported on Windows. It is was difficult to install on Windows and 
> lot of incompatibilities with different Python versions or modules 
> made difficult to support. However we (in BitNami) still have people 
> asking if we planned to provide a windows installer of Review Board as 
> we already do for Linux. As we offer all-in-one installer which 
> includes all the required dependencies most of those incompatibility 
> issues should not appear. You still will want to use a Linux version 
> for a production environment but I'm sure that for lot of users will 
> find useful the Windows installer to give a try to ReviewBoard and 
> discover if it is the right solution for them. Also we will keep it 
> update so you can quickly test new versions when released. Please 
> notice that the the installation should be fully functional (although 
> not officially supported by the ReviewBoard team) and we will love to 
> hear from you if you find any issue so we can fix it. 
>
> Christian I also wanted to take the opportunity to thank you for the 
> support you provide to me for getting this done :) 
>
> Well I hope you all enjoy it! 
>
> Best regards, 
>
> Victoria. 
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Announce - BitNami Windows installer for ReviewBoard

2013-03-07 Thread Christian Hammond
Congrats on the release, Victoria!

This is a great way for Windows admins to get a feel for Review Board
before deploying it in production. As Victoria said, if you're planning a
production install, it's recommended that you use a Linux system, due to
compatibility and performance reasons.

As some of you may know, we've end-of-life'd Windows support for Review
Board, so we won't be doing any support of Windows installs if it appears
to be at all a platform issue, as well, but do send any issues you hit to
Victoria and Bitnami. I know they're very responsive.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Mar 6, 2013 at 1:19 PM, victoria  wrote:

> Hi,
>
> As I already mentioned in the list in BitNami we were working on a
> Windows installer for Review Board. Well, we have just released it and
> you can download it from
>
> http://bitnami.org/stack/reviewboard
>
> This version includes Python, Django, MySQL, Apache with mod_wsgi,
> Git, Subversion and all the required dependencies.
>
> As you already may know Review Board is not longer officially
> supported on Windows. It is was difficult to install on Windows and
> lot of incompatibilities with different Python versions or modules
> made difficult to support. However we (in BitNami) still have people
> asking if we planned to provide a windows installer of Review Board as
> we already do for Linux. As we offer all-in-one installer which
> includes all the required dependencies most of those incompatibility
> issues should not appear. You still will want to use a Linux version
> for a production environment but I'm sure that for lot of users will
> find useful the Windows installer to give a try to ReviewBoard and
> discover if it is the right solution for them. Also we will keep it
> update so you can quickly test new versions when released. Please
> notice that the the installation should be fully functional (although
> not officially supported by the ReviewBoard team) and we will love to
> hear from you if you find any issue so we can fix it.
>
> Christian I also wanted to take the opportunity to thank you for the
> support you provide to me for getting this done :)
>
> Well I hope you all enjoy it!
>
> Best regards,
>
> Victoria.
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Announce - BitNami Windows installer for ReviewBoard

2013-03-06 Thread victoria
Hi,

As I already mentioned in the list in BitNami we were working on a
Windows installer for Review Board. Well, we have just released it and
you can download it from

http://bitnami.org/stack/reviewboard

This version includes Python, Django, MySQL, Apache with mod_wsgi,
Git, Subversion and all the required dependencies.

As you already may know Review Board is not longer officially
supported on Windows. It is was difficult to install on Windows and
lot of incompatibilities with different Python versions or modules
made difficult to support. However we (in BitNami) still have people
asking if we planned to provide a windows installer of Review Board as
we already do for Linux. As we offer all-in-one installer which
includes all the required dependencies most of those incompatibility
issues should not appear. You still will want to use a Linux version
for a production environment but I'm sure that for lot of users will
find useful the Windows installer to give a try to ReviewBoard and
discover if it is the right solution for them. Also we will keep it
update so you can quickly test new versions when released. Please
notice that the the installation should be fully functional (although
not officially supported by the ReviewBoard team) and we will love to
hear from you if you find any issue so we can fix it.

Christian I also wanted to take the opportunity to thank you for the
support you provide to me for getting this done :)

Well I hope you all enjoy it!

Best regards,

Victoria.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.