mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-08 03:00:26 +01:00
README edited online with Bitbucket
This commit is contained in:
parent
e38d8eb9fc
commit
f080144098
7
README
7
README
|
@ -29,7 +29,7 @@ processes can connect with.
|
|||
Only the subset of Redis commands is implemented which is needed to run Minetes
|
||||
on top of it.
|
||||
|
||||
To build mtredisalize a Go 1.x (x >= 1) enviroment is needed. By now
|
||||
To build mtredisalize a Go 1.x (x >= 1) environment is needed. By now
|
||||
it is only tested on Ubuntu 14.04/amd64.
|
||||
|
||||
Obtain:
|
||||
|
@ -41,6 +41,7 @@ Development:
|
|||
$ go get github.com/mattn/go-sqlite3
|
||||
$ go get github.com/jmhodges/levigo
|
||||
$ hg clone https://s_l_teichmann@bitbucket.org/s_l_teichmann/mtredisalize
|
||||
$ cd mtredisalize
|
||||
$ go build
|
||||
|
||||
Usage:
|
||||
|
@ -74,7 +75,7 @@ would e.g. matches:
|
|||
$ mtredisalize --port=6380 --host=localhost ..
|
||||
|
||||
The mandatory path is the path to the database file: map.sqlite in case
|
||||
of SQLite3 and the directoy map.db in case of LevelDB right beside the world.mt file.
|
||||
of SQLite3 and the directory map.db in case of LevelDB right beside the world.mt file.
|
||||
|
||||
This is Free Software under the terms of the MIT license. See LICENSE file for details.
|
||||
(c) 2014 by Sascha L. Teichmann
|
||||
(c) 2014 by Sascha L. Teichmann
|
Loading…
Reference in New Issue
Block a user