Socorro/SocorroUI/Installation: Difference between revisions

(Created page with "Follow these steps to get the Socorro UI up and running. = Populate the Database = Socorro supports multiple products, each of which may contain multiple versions. * A produ...")
 
Line 13: Line 13:
<code>
<code>
  INSERT INTO productdims (product, version, branch)  
  INSERT INTO productdims (product, version, branch)  
  VALUES ('Firefox', '2.9', '2.0');
  VALUES ('Firefox', '3.6.5', '2.0');
</code>
</code>


Line 20: Line 20:
<code>
<code>
  INSERT INTO product_visibility (productdims_id, start_date, end_date, featured)  
  INSERT INTO product_visibility (productdims_id, start_date, end_date, featured)  
  VALUES (353, '2008-11-05', '2009-02-05', true);
  VALUES (1, '2010-11-05', '2011-02-05', true);
</code>
</code>


1,241

edits