Github user MattMills commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafficcontrol/pull/344#discussion_r106282322
  
    --- Diff: traffic_ops/INSTALL.md ---
    @@ -88,14 +107,18 @@ We need to tell carton where it is so the `DBD::Pg` 
module is installed correctl
           - if logging data needed,  change ERROR to DEBUG on first line
     
     ## Initialize the db
    +
         $ cd /opt/traffic_ops/app
         $ PERL5LIB=$(pwd)/lib:$(pwd)/local/lib/perl5 db/admin.pl 
--env=production setup
         
     ## Install any extensions needed
    +
        - install in /opt/traffic_ops_extensions
        
     ## Install `openssl` certs (or use this to generate them)
    +
        - `sudo /opt/traffic_ops/install/bin/generateCert`
        
     ## Install web dependencies
    +
        - `sudo /opt/traffic_ops/install/bin/download_web_deps`
    --- End diff --
    
    What about the additional data in 
https://github.com/apache/incubator-trafficcontrol/tree/master/traffic_ops/install/data/json
 that used to be loaded by (I think) postinstall, but now isn't loaded, which 
includes the default profiles and parameters?
    
    If we don't have a way to load them today, I think it's worth putting a 
warning in the install instructions that they won't quite be able to get to a 
fully functioning install yet.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to