• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.markdownH A D07-Oct-2014835 2915

README.markdown

1# README
2
3It is a headless version of spring.
4
5You can run it on headless servers that have neither X nor a graphics card.
6
7
8## How to use?
9
10instead of launching `spring` launch `spring-headless` instead.
11
12Since it has no interactive interface, you need to specify a script file, eg:
13
14	./spring-headless /abs/path/to/my/script.txt
15
16You can create an appropriate script file using SpringLobby or any other
17spring lobby client. Usually, this will create a file `script.txt` for you
18in your writable spring data directory, eg at `~/.spring/script.txt`.
19
20Once you have a `script.txt`, simply copy it to another name, so that running
21SpringLobby again will not overwrite the old file. Now pass in the absolute path
22to that file on the `spring-headless` commmand-line.
23
24
25## What is the license?
26
27GPL v2 or later, as for the rest of Spring.
28
29