From: Richard Kettlewell Date: Thu, 26 Nov 2009 13:40:01 +0000 (+0000) Subject: initial login X-Git-Tag: 5.0~38^2~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/4577cfe47fe0ea9494e1df87bb52c3c67f9eaf1a initial login --- diff --git a/disobedience/manual/intro.html b/disobedience/manual/intro.html index 555effb..957e951 100644 --- a/disobedience/manual/intro.html +++ b/disobedience/manual/intro.html @@ -32,11 +32,16 @@ scripting.
  • It has a web interface, usable with graphical web browsers - (Firefox, Opera, Internet Explorer etc).
  • + (Firefox, Internet Explorer etc).
  • It has a graphical client called Disobedience.
  • +

    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.

    +

    This diagram shows an overview of one possible setup.

    @@ -48,8 +53,10 @@

    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.

    + 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.

    1.2 Getting DisOrder

    @@ -84,7 +91,8 @@

    If you have another kind of Linux system, or a Mac, you must build from source code. See the README file included in - the source distribution for more details.

    + the source distribution for more details. Note that to use + Disobedience on a Mac, you will need X11.app.

    There is no Windows support (although the web interface can be used from Windows computers).

    @@ -111,9 +119,14 @@

    Your login won't be active until you click on this URL.

    (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.)

    +

    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.

    +

    1.4 Starting Disobedience

    On Debian systems it should be possible to find Disobedience in @@ -127,5 +140,37 @@

    +

    (Please note that Disobedience shouldn't write any messages to + the terminal. If it does that probably indicates a bug, which + should be + reported.)

    + +

    1.5 Initial Login

    + +

    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.

    + +

    + +

    If Disobedience is running on a different computer to the + server, then you should make sure the Remote box is ticked + and fill in the host name (or IP address) and port number + (“Service”). If you don't know what values to use + here, ask your local sysadmin. If, on the other hand, Disobedience + is running on the same computer as the server then you can + leave the Remote box clear and it should be able to connect + to it without using the network.

    + +

    In any case, you will need to enter your username and + password, as set up earlier.

    + +

    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 ~/.disorder/passwd + directly.

    + diff --git a/disobedience/manual/login.png b/disobedience/manual/login.png new file mode 100644 index 0000000..9f3b074 Binary files /dev/null and b/disobedience/manual/login.png differ