chiark / gitweb /
initial login
authorRichard Kettlewell <rjk@greenend.org.uk>
Thu, 26 Nov 2009 13:40:01 +0000 (13:40 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Thu, 26 Nov 2009 13:40:01 +0000 (13:40 +0000)
disobedience/manual/intro.html
disobedience/manual/login.png [new file with mode: 0644]

index 555effb3ba50d31bfb508878429fc9ff32206aeb..957e9519e8d6cb4475b7a5d17bc5447f1b227d5c 100644 (file)
      scripting.</li>
 
      <li>It has a web interface, usable with graphical web browsers
-     (Firefox, Opera, Internet Explorer etc).</li>
+     (Firefox, Internet Explorer etc).</li>
 
      <li>It has a graphical client called Disobedience.</li>
    </ul>
 
+   <p>This manual is about Disobedience, so it does not really cover
+   installation or management issues.  However in this chapter it will
+   cover a few such topics as they are necessary to getting up and
+   running with Disobedience.</p>
+
    <p>This diagram shows an overview of one possible setup.</p>
 
    <p align=middle><img src="arch-simple.png"></p>
 
    <p>Many other configurations are possible.  For instance the server
    could play directly to a local soundcard.  Also if Disobedience
-   runs on the same computer as the RTP player then it can be used to stop
-   and start the player.</p>
+   runs on the same computer as the RTP player then it can be used to
+   stop and start the player.  Of course Disobedience can also be run
+   on the same computer as the server provided it can run X11
+   applications.</p>
 
    <h2>1.2 Getting DisOrder</h2>
 
@@ -84,7 +91,8 @@
 
    <p>If you have another kind of Linux system, or a Mac, you must
    build from source code.  See the <tt>README</tt> file included in
-   the source distribution for more details.</p>
+   the source distribution for more details.  Note that to use
+   Disobedience on a Mac, you will need X11.app.</p>
 
    <p>There is no Windows support (although the web interface can be
    used from Windows computers).</p>
    <p>Your login won't be active until you click on this URL.</p>
 
    <p>(It might be that your installation isn't set up to automatic
-   registration.  In that case the system administrator will have to
+   registration.  In that case the local sysadmin will have to
    create your login and set your initial password by hand.)</p>
 
+   <p>Having done this you could of course just use the web interface.
+   But since this is the manual for Disobedience, it is assumed that
+   you want to take advantage of its more convenient design and extra
+   features.</p>
+
    <h2>1.4 Starting Disobedience</h2>
 
    <p>On Debian systems it should be possible to find Disobedience in
 
    <p align=middle><img src="disobedience-terminal.png"></p>
 
+   <p>(Please note that Disobedience shouldn't write any messages to
+   the terminal.  If it does that probably indicates a bug, which
+   should <a href="http://code.google.com/p/disorder/issues/list">be
+   reported</a>.)</p>
+
+   <h2>1.5 Initial Login</h2>
+
+   <p>The first time you run Disobedience it won't know what server to
+   connect to, your username or your password, and will therefore
+   display a login box.</p>
+
+   <p align=middle><img src="login.png"></p>
+
+   <p>If Disobedience is running on a different computer to the
+   server, then you should make sure the <b>Remote</b> box is ticked
+   and fill in the host name (or IP address) and port number
+   (&ldquo;Service&rdquo;).  If you don't know what values to use
+   here, ask your local sysadmin.  If, on the other hand, Disobedience
+   is running on the <i>same</i> computer as the server then you can
+   leave the <b>Remote</b> box clear and it should be able to connect
+   to it without using the network.</p>
+
+   <p>In any case, you will need to enter your username and
+   password, as set up earlier.</p>
+
+   <p>Once you have logged in successfuly, Disobedience will remember
+   these login settings, so it should not be necessary to enter them
+   again.  If you need to change them for any reason, you can either
+   select the Server > Login option to bring the login window back, or
+   (if you prefer), edit the file <tt>~/.disorder/passwd</tt>
+   directly.</p>
+
  </body>
 </html>
diff --git a/disobedience/manual/login.png b/disobedience/manual/login.png
new file mode 100644 (file)
index 0000000..9f3b074
Binary files /dev/null and b/disobedience/manual/login.png differ