-- Greetings, alo http://www.alobbs.com/
On 10/12/2010, at 18:45, SVN @ cherokee-project.com <[email protected]> wrote: > Revision > 5913 > Author > taher > Date > 2010-12-10 18:45:58 +0100 (Fri, 10 Dec 2010) > Log Message > > Documents cherokee-admin-launcher > Modified Paths > > cherokee/trunk/doc/Makefile.am > cherokee/trunk/doc/config_quickstart.txt > cherokee/trunk/doc/index.txt > cherokee/trunk/doc/other.txt > cherokee/trunk/doc/other_bundle.txt > Added Paths > > cherokee/trunk/doc/other_bundle_cherokee-admin-launcher.txt > Diff > > Modified: cherokee/trunk/doc/Makefile.am (5912 => 5913) > > --- cherokee/trunk/doc/Makefile.am 2010-12-10 16:33:16 UTC (rev 5912) > +++ cherokee/trunk/doc/Makefile.am 2010-12-10 17:45:58 UTC (rev 5913) > @@ -116,6 +116,7 @@ > other_bundle.html \ > other_bundle_cherokee.html \ > other_bundle_cherokee-admin.html \ > +other_bundle_cherokee-admin-launcher.html \ > other_bundle_cherokee-config.html \ > other_bundle_cherokee-tweak.html \ > other_bundle_cherokee-worker.html \ > Modified: cherokee/trunk/doc/config_quickstart.txt (5912 => 5913) > > --- cherokee/trunk/doc/config_quickstart.txt 2010-12-10 16:33:16 UTC (rev > 5912) > +++ cherokee/trunk/doc/config_quickstart.txt 2010-12-10 17:45:58 UTC (rev > 5913) > @@ -88,9 +88,39 @@ > > To follow this walkthrough you need to be running > link:other_bundle_cherokee-admin.html[cherokee-admin]. This is an > -administration tool, so you will need system administrator rights. > +administration tool, so you will need system administrator rights. You > +can either launch it manually, letting it generate a one-time-password > +that you will use to securely connect to the user interface, or you > +can follow the recommended way and simply use > +link:other_bundle_cherokee-admin-launcher.html[cherokee-admin-launcher]. > > + > +[[auto-launch]] > +Launching the admin through cherokee-admin-launcher > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > + > +Assuming you are using a desktop environment, you can follow the > +launcher approach. > + > ---- > +# cherokee-admin-launcher > +Checking TCP port 9090 availability.. OK > +Launching /usr/sbin/cherokee-admin.. OK > +Connecting.. OK > +---- > + > +This will automatically open a web browser window pointing at > +http://localhost:9090, so you will be able to begin using > +`cherokee-admin` right away. If there is no web browser registered in > +your system, you will need to leave out the launcher option, and run > +`cherokee-admin` directly. If this is not your case, you can skip the > +details for the manual launch. > + > +[[manual-launch]] > +Manually launching cherokee-admin > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > + > +---- > # cherokee-admin > > Login: > @@ -114,6 +144,10 @@ > server unless they have access to the password. This is also very > useful to allow temporary access to a remote administrator. > > +[[cherokee-admin]] > +cherokee-admin > +^^^^^^^^^^^^^^ > + > If your user doesn't have enough privileges you will be notified. Also > if no configuration file exists you will be prompted to create one > with the default settings. > Modified: cherokee/trunk/doc/index.txt (5912 => 5913) > > --- cherokee/trunk/doc/index.txt 2010-12-10 16:33:16 UTC (rev 5912) > +++ cherokee/trunk/doc/index.txt 2010-12-10 17:45:58 UTC (rev 5913) > @@ -124,6 +124,7 @@ > . link:other_errors.html[Common errors]: Some typical production errors > and their cause. > . link:other_bundle.html[Man pages]: Details about each program bundled > with Cherokee > - link:other_bundle_cherokee.html[cherokee]: Main web server invoker. > + - > link:other_bundle_cherokee-admin-launcher.html[cherokee-admin-launcher]: > Launcher for the configuration UI. > - link:other_bundle_cherokee-admin.html[cherokee-admin]: The > configuration UI. > - link:other_bundle_cherokee-config.html[cherokee-config]: Information > retriever. > - link:other_bundle_cherokee-tweak.html[cherokee-tweak]: Cherokee Swiss > army knife > Modified: cherokee/trunk/doc/other.txt (5912 => 5913) > > --- cherokee/trunk/doc/other.txt 2010-12-10 16:33:16 UTC (rev 5912) > +++ cherokee/trunk/doc/other.txt 2010-12-10 17:45:58 UTC (rev 5913) > @@ -8,6 +8,7 @@ > . link:other_errors.html[Common errors]: Some typical production errors > and their cause. > . link:other_bundle.html[Man pages]: Details about each program bundled > with Cherokee > - link:other_bundle_cherokee.html[cherokee]: Main web server invoker. > + - > link:other_bundle_cherokee-admin-launcher.html[cherokee-admin-launcher]: > Launcher for the configuration UI. > - link:other_bundle_cherokee-admin.html[cherokee-admin]: The > configuration UI. > - link:other_bundle_cherokee-config.html[cherokee-config]: Information > retriever. > - link:other_bundle_cherokee-tweak.html[cherokee-tweak]: Cherokee Swiss > army knife > Modified: cherokee/trunk/doc/other_bundle.txt (5912 => 5913) > > --- cherokee/trunk/doc/other_bundle.txt 2010-12-10 16:33:16 UTC (rev > 5912) > +++ cherokee/trunk/doc/other_bundle.txt 2010-12-10 17:45:58 UTC (rev > 5913) > @@ -4,6 +4,7 @@ > /////////////////////////////////////////////////////////////////// > > . link:other_bundle_cherokee.html[cherokee]: Main web server invoker. > + . link:other_bundle_cherokee-admin-launcher.html[cherokee-admin-launcher]: > Launcher for the configuration UI. > . link:other_bundle_cherokee-admin.html[cherokee-admin]: The configuration > UI. > . link:other_bundle_cherokee-config.html[cherokee-config]: Information > retriever. > . link:other_bundle_cherokee-tweak.html[cherokee-tweak]: Cherokee Swiss > army knife > Added: cherokee/trunk/doc/other_bundle_cherokee-admin-launcher.txt (0 => 5913) > > --- cherokee/trunk/doc/other_bundle_cherokee-admin-launcher.txt > (rev 0) > +++ cherokee/trunk/doc/other_bundle_cherokee-admin-launcher.txt > 2010-12-10 17:45:58 UTC (rev 5913) > @@ -0,0 +1,27 @@ > +== link:index.html[Index] -> link:other.html[Other information] -> > link:other_bundle.html[Man pages] > +/////////////////////////////////////////////////////////////////// > +Last checked: Cherokee 1.0.14b > +/////////////////////////////////////////////////////////////////// > + > +Man pages: cherokee-admin-launcher > +---------------------------------- > + > +This is a launcher for the administration user interface, > +link:other_bundle_cherokee-admin.html[cherokee-admin]. It will check > +for port availability, launch `cherokee-admin`, and automatically open > +a web browser to access it. Since it is a wrapper, it accepts exactly > +the same parameters, but provides several extra features that makes > +this the most convenient way of using `cherokee-admin`. > + > +This tools is intended for local use, and is the natural action to > +associate with a launch icon to conviniently deploy `cherokee-admin` > +from within any desktop environment. Since this is the intended use, > +it will automatically provide the one-time login details to the web > +browser, removing the need to copy and paste the user and password. Of > +course this step is not necessary when invoked with the > +`--unsecure` parameter, but this is not recommended except for > +development purposes. > + > +Refer to the link:other_bundle_cherokee-admin.html[cherokee-admin > +documentation ]for more in-depth explanations of all the parameters > +and options. > _______________________________________________ > Cherokee-commits mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee-commits
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
