|
Revision 2068, 1.3 kB
(checked in by taher, 2 months ago)
|
--
|
| Line | |
|---|
| 1 |
== link:index.html[Index] -> link:basics.html[Getting started] |
|---|
| 2 |
|
|---|
| 3 |
Running Cherokee |
|---|
| 4 |
---------------- |
|---|
| 5 |
|
|---|
| 6 |
There are several ways you can run Cherokee: |
|---|
| 7 |
|
|---|
| 8 |
. Automatic start: this makes use of the mechanism offered by your OS |
|---|
| 9 |
that should have been configured when Cherokee was installed. It |
|---|
| 10 |
will run making use of the link:dev_cherokee.conf.html[`cherokee.conf`] |
|---|
| 11 |
present in your system. |
|---|
| 12 |
|
|---|
| 13 |
. Guardian wrapper: The link:bundle_cherokee.html[cherokee] program |
|---|
| 14 |
comes as a standard part of the Cherokee bundle. It is a security |
|---|
| 15 |
mechanism that ensures Cherokee's recovery in case of any system |
|---|
| 16 |
failure and wraps the calls to `cherokee-worker`. This is what is |
|---|
| 17 |
actually launched when Cherokee is automatically started. |
|---|
| 18 |
|
|---|
| 19 |
. Stand alone instance: Cherokee supports a series of parameters to |
|---|
| 20 |
launch it from the command line. Refer to the the appropriate |
|---|
| 21 |
documentation section about |
|---|
| 22 |
link:bundle_cherokee-worker.html[`cherokee-worker`] to see the |
|---|
| 23 |
complete list of optional arguments. |
|---|
| 24 |
|
|---|
| 25 |
. Cherokee-Admin: The administrative web interface allows you to setup |
|---|
| 26 |
and launch Cherokee. This is probably where you want to start if you |
|---|
| 27 |
have just installed the web server. Launch the |
|---|
| 28 |
link:bundle_cherokee-admin.html[`cherokee-admin`] process and follow the |
|---|
| 29 |
link:config_quickstart.html[Quickstart] section of the documentation. |
|---|