How to install ReviewBoard from github source code?

2023-10-12 Thread Work Bot
Hi, I am trying to find instructions to install ReviewBoard 5 on a Linux machine through source code. For instance, I want to clone/download ReviewBoard from following links: - GitHub - reviewboard/reviewboard: An extensible and friendly code review tool for projects and companies of all size

Re: How to install ReviewBoard from github source code?

2023-10-30 Thread Work Bot
ing to install from the git repository > instead of the published releases? The install documentation you linked to > should be the correct process for most people. > > David > > On Thu, Oct 12, 2023 at 12:30 PM Work Bot wrote: > >> Hi, >> >> I am trying to

Re: How to install ReviewBoard from github source code?

2023-11-02 Thread Work Bot
ing on Review Board itself. > > David > > On Mon, Oct 30, 2023 at 5:01 PM Work Bot wrote: > >> Yes, I plan to install a specific version of RB (for example 5.0.5) >> instead of the latest one. I think I figured out a workaround through >> python setup.py file, &g

Re: How to install ReviewBoard from github source code?

2023-11-02 Thread Work Bot
t; encounter. Documentation for that can be found at > https://www.reviewboard.org/docs/manual/latest/extending/ > > David > > On Thu, Nov 2, 2023 at 9:35 AM Work Bot wrote: > >> Hi David, >> >> I rethink & planned my requirements and I think I do need t

Re: How to install ReviewBoard from github source code?

2023-11-07 Thread Work Bot
orrect" workflow? Since I do encounter a lot of python problems later when I try to bring up reviewboard page, so I want to make sure my initial setups are correct. Thanks a lot!! On Thursday, November 2, 2023 at 12:47:10 PM UTC-4 Work Bot wrote: > Thanks! I will spend some time on these

Re: How to install ReviewBoard from github source code?

2023-11-08 Thread Work Bot
" and "Legacy install failure" errors. Do you have any suggestions for these? Thanks a lot!! On Thursday, November 2, 2023 at 12:47:10 PM UTC-4 Work Bot wrote: > Thanks! I will spend some time on these two docs. > > On Thursday, November 2, 2023 at 11:54:58 AM UTC-4 Davi

Django Evo Questiion when Update customized ReviewBoard 3 database to ReviewBoard 5

2023-12-13 Thread Work Bot
Hi Reviewboard community, I am currently trying to update my Reviewboard 3 to Reviewboard 5. Everything went well until I touched data migration part. I went through Reviewboard official Getting Started page as well as Django Evolution documentations, and none of them helped in my situation.

Re: Django Evo Questiion when Update customized ReviewBoard 3 database to ReviewBoard 5

2023-12-14 Thread Work Bot
Some follow up questions/information: When I execute ./reviewboard/manage.py evolve, I get following outputs in my terminal: The stored evolutions do not completely resolve all model changes. Run `./manage.py evolve --hint` to see a suggestion for the changes required. The following are the ch

Re: How to move RB 2.5.15 data to new server with RB 6.0.1?

2023-12-15 Thread Work Bot
Hi Chris, I don't know if my previous emails for you got sent out successfully or not, so let me post it again with a different account: I have similar situation as you that I need to migrate my old, customized Rb3.x to Rb5. Reviewboard team maintains and uses this tool called "Django Evoluti