Thanks Christian
During the rb-site installation. I found that rb-site install will create the 
Database Tables for use. Some Table correspond to a Model, and mapped to a Form 
class.
Now I want to change the view of the ReviewRequest list, So that some myself 
defined columns of information were shown on the ReviewRequest lists. So I may 
had to add some Table columns.
I mean, If I want change the Database Tables( Add new Tables or edit existing 
tables)  of Reviewboard, How do I make those changes reflacted to

Model definitions or Form items? Do I have to change the Form Defination souce 
file or the Model definition python souce, Then redo the rb-site install ? Or I 
can just change the Database Tables definition, and then change the source 
files without running rb-site install?

Best Regards! 
在2010-02-06 07:32:16,"Christian Hammond" <chip...@chipx86.com> 写道:
Hi,

rb-site doesn't remember any of these values, so you can't reconfigure this 
way. However, it all really just boils down to making the initial directory 
structure and then writing conf/settings_local.py. So you can modify this file 
for any of your new settings. You'd want to see the Django documentation on 
these settings.

The web server configuration, however, would probably require installing into a 
different location temporarily, taking the generated config file, modifying it 
for the old paths, and using that. There's no way today to just have it create 
a new web server config file.

Christian

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



On Wed, Feb 3, 2010 at 5:41 PM, JohnHenry <qhlonl...@163.com> wrote:
Hi, all.
   The reviewboard installation process is to run 'rb-site install
<path>' , Then we will specify some parameters like 'Domain Name'
'DataBase Type' 'Cache Type' 'Webserver' ...  . I want to konw, If I
had finished the RB install and had used it for some time, Can I
change those settings? and How?
   For example, Our installation did not install memcache, So we
specify the 'Cache Type' as file type. But when We had used it for
some time, We want speed up accession, So we used memcache, We want to
change this settings then.
   Other settings, If we want change webserver,  change database ,
and so on. How to do this, Do we need to reinstall the rb-site?

Best Regards!

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



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

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

Reply via email to