Skip to content

Commit 15c3ebf

Browse files
committed
docs
1 parent d7cb931 commit 15c3ebf

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ https://www.docker.com/products/docker-desktop
1515

1616
(Forked from kth-node-backend)
1717

18-
Run ```./service --help``` to get options
18+
## Quickstart
19+
```bash
20+
git clone [email protected]:jhsware/database-services.git
21+
cd database-services
22+
./service start mongodb
23+
```
24+
25+
Run ```./service --help``` to list all backends:
26+
1927
```bash
2028
$ ./service -h
2129

@@ -45,22 +53,22 @@ Or access it from your local machine on their respective ports.
4553

4654
Database data is stored in the directories specified in each ```docker-compose-xxx.yml``` file. It's a bit of a mixed bag at the moment so you acctually need to inspect the configuration. The data files are .gitignored.
4755

48-
## Redis
56+
### Redis
4957
Data stored in: ./redis
5058

51-
## MongoDB
59+
### MongoDB
5260
Data stored in: ./mongodb
5361

54-
## Solr
62+
### Solr
5563
Data stored in: ./solr/data
5664

5765
Configuration stored in: ./solr/config
5866

5967
Copied from:
6068
https://github.com/docker-solr/docker-solr
6169

62-
## Elasticsearch
70+
### Elasticsearch
6371
Data stored in: ./elasticsearch/data
6472

65-
## Memcached
73+
### Memcached
6674
Data stored in: memory

0 commit comments

Comments
 (0)