I just created my first trac project, but I don’t want the sample data, how can I disable that.
I read the documentation and there is the wiki remove command. do I have to use this for all pages? Are there easy way to disable the sample wiki?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Modification of the behavior of
trac-admin <path_to_env> initenvseems not even worth the hassle, because you only need to typetrac-admin <path_to_env> wiki remove '*'into a system terminal to get rid of all default Trac wiki pages. You’ll see a list of all deleted page names for confirmation. But you always make a db copy before messing with the db anyway, don’t you?