~ubuntu-branches/ubuntu/hardy/steam/hardy

« back to all changes in this revision

Viewing changes to distrib/debian-3.1/steam.README.debian

  • Committer: Bazaar Package Importer
  • Author(s): Alain Schroeder
  • Date: 2006-11-21 16:03:12 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061121160312-nf96y6nihzsyd2uv
Tags: 2.2.31-3
Add patch to prevent inconsistent data after shutdown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Debconf did not work
 
2
--------------------
 
3
In the case the automatic configuration via debconf did not work, you can use
 
4
/usr/share/doc/steam/examples/steam.cfg as an example for /etc/steam/steam.cfg
 
5
and configure it by hand. The explanations are quite straight forward.
 
6
 
 
7
Webinterface
 
8
------------
 
9
The steam server offers a web interface, but it is not installed by default.
 
10
You need to load it from the internet after the installation of the server.
 
11
If the server is running you can run the package manager to install the
 
12
default webinterface using:
 
13
 
 
14
        cd /usr/share/steam/spm/
 
15
        ./spm -l               -- to get a list of all available webinterface 
 
16
                                  versions available on www.open-steam.org
 
17
        ./spm -i <name>        -- install the webinterface identified by <name>
 
18
 
 
19
or, if you downloaded a webinterface manually use:
 
20
 
 
21
        cd /usr/share/steam/spm/ ; ./spm -i <downloaded webinterface package>