File: README.Debian

package info (click to toggle)
cyphesis-cpp 0.5.16-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,084 kB
  • ctags: 3,627
  • sloc: cpp: 30,418; python: 4,812; xml: 4,674; sh: 4,118; makefile: 902; ansic: 617
file content (36 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
cyphesis-cpp
============

This is the Cyphesis-C++ game server from Worldforge project.


Database
--------

To create a database for local usage with cyphesis-cpp do the following steps:

1) As root: Do "su - postgres"

2) As postgres: Do "createuser cyphesis"

   Answer 'n' (no) to both questions.

3) As postgres: Do "createdb -O cyphesis cyphesis"

4) As root: Do "/etc/init.d/cyphesis-cpp stop"

5) As root: Do "su cyphesis"

6) As cyphesis: Do the following actions:

   $ cyloadrules basic /etc/cyphesis/basic.xml
   $ cyloadrules basic /etc/cyphesis/acorn.xml
   $ cyloadrules mason /etc/cyphesis/mason.xml

   $ cyclient

7) As root: Do "/etc/init.d/cyphesis-cpp start"


Thats all for initializing the server for the first time.
Now you can connect to it with the appropriate client and play Mason.