chef 0.10.4.rc.3 → 0.10.4.rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,114 +0,0 @@
1
- .\" generated with Ronn/v0.7.3
2
- .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
- .
4
- .TH "CHEF\-SOLR" "8" "April 2011" "Chef 0.10.0" "Chef Manual"
5
- .
6
- .SH "NAME"
7
- \fBchef\-solr\fR \- Runs as Chef\'s search server
8
- .
9
- .SH "SYNOPSIS"
10
- \fBchef\-solr\fR \fI(options)\fR
11
- .
12
- .TP
13
- \fB\-c\fR, \fB\-\-config CONFIG\fR
14
- The configuration file to use
15
- .
16
- .TP
17
- \fB\-d\fR, \fB\-\-daemonize\fR
18
- Daemonize the process
19
- .
20
- .TP
21
- \fB\-g\fR, \fB\-\-group GROUP\fR
22
- Group to set privilege to
23
- .
24
- .TP
25
- \fB\-l\fR, \fB\-\-log_level LEVEL\fR
26
- Set the log level (debug, info, warn, error, fatal)
27
- .
28
- .TP
29
- \fB\-L\fR, \fB\-\-logfile LOGLOCATION\fR
30
- Set the log file location, defaults to STDOUT \- recommended for daemonizing
31
- .
32
- .TP
33
- \fB\-D\fR, \fB\-\-solr\-data\-dir PATH\fR
34
- Where the Solr data lives
35
- .
36
- .TP
37
- \fB\-x\fR, \fB\-\-solor\-heap\-size SIZE\fR
38
- Set the size of the Java Heap
39
- .
40
- .TP
41
- \fB\-H\fR, \fB\-\-solr\-home\-dir PATH\fR
42
- Solr home directory
43
- .
44
- .TP
45
- \fB\-j\fR, \fB\-\-java\-opts OPTS\fR
46
- Raw options passed to Java
47
- .
48
- .TP
49
- \fB\-W\fR, \fB\-\-solr\-jetty\-dir PATH\fR
50
- Where to place the Solr Jetty instance
51
- .
52
- .TP
53
- \fB\-u\fR, \fB\-\-user USER\fR
54
- User to set privilege to
55
- .
56
- .TP
57
- \fB\-v\fR, \fB\-\-version\fR
58
- Show chef\-solr version
59
- .
60
- .TP
61
- \fB\-h\fR, \fB\-\-help\fR
62
- Show this message
63
- .
64
- .SH "DESCRIPTION"
65
- Chef\-solr provides search service for Chef\. You need to have both chef\-solr and chef\-expander\-cluster running in order for search to work\.
66
- .
67
- .P
68
- \fBInstallation\fR
69
- .
70
- .P
71
- Make sure you backed up your data if you are upgrading from a previous version\. Run chef\-solr\-installer to upgrade your Chef Solr installation\. Answer "yes" when prompted for confirmation\. The process should look like this:
72
- .
73
- .IP "" 4
74
- .
75
- .nf
76
-
77
- yourshell> chef\-solr\-installer
78
- Configuration setting solr_heap_size is unknown and will be ignored
79
-
80
- Chef Solr is already installed in /var/chef/solr
81
- Do you want to overwrite the current install? All existing Solr data will be lost\. [y/n] y
82
- Removing the existing Chef Solr installation
83
- rm \-rf /var/chef/solr
84
- rm \-rf /var/chef/solr\-jetty
85
- rm \-rf /var/chef/solr/data
86
- Creating Solr Home Directory
87
- mkdir \-p /var/chef/solr
88
- entering /var/chef/solr
89
- tar zxvf /Users/ddeleo/opscode/chef/chef\-solr/solr/solr\-home\.tar\.gz
90
- Creating Solr Data Directory
91
- mkdir \-p /var/chef/solr/data
92
- Unpacking Solr Jetty
93
- mkdir \-p /var/chef/solr\-jetty
94
- entering /var/chef/solr\-jetty
95
- tar zxvf /Users/ddeleo/opscode/chef/chef\-solr/solr/solr\-jetty\.tar\.gz
96
-
97
- Successfully installed Chef Solr\.
98
- You can restore your search index using `knife index rebuild`
99
- .
100
- .fi
101
- .
102
- .IP "" 0
103
- .
104
- .SH "SEE ALSO"
105
- \fBchef\-expander\-cluster\fR(8)
106
- .
107
- .P
108
- Full documentation for Chef and chef\-server is located on the Chef wiki, http://wiki\.opscode\.com/display/chef/Home\.
109
- .
110
- .SH "AUTHOR"
111
- Chef was written by Adam Jacob \fIadam@ospcode\.com\fR of Opscode (http://www\.opscode\.com), with contributions from the community\. This manual page was written by Joshua Timberman \fIjoshua@opscode\.com\fR with help2man\. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2\.0 License\.
112
- .
113
- .P
114
- On Debian systems, the complete text of the Apache 2\.0 License can be found in /usr/share/common\-licenses/Apache\-2\.0\.