Skip to content

Commit 9413c50

Browse files
committed
Getting started: update
1 parent a5dc52c commit 9413c50

File tree

4 files changed

+131
-219
lines changed

4 files changed

+131
-219
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Creating your first Tarantool database
2+
3+
A sample application created in the [Creating your first Tarantool database](https://www.tarantool.io/en/doc/latest/how-to/getting_started_db/) tutorial.
4+
5+
## Running
6+
7+
To start an instance, execute the following command in the [config](../../../config) directory:
8+
9+
```console
10+
$ tt start create_db
11+
```

doc/code_snippets/snippets/config/instances.enabled/create_db/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ groups:
66
instance001:
77
iproto:
88
listen:
9-
- uri: '127.0.0.1:3301'
9+
- uri: '127.0.0.1:3301'

doc/code_snippets/snippets/config/instances.enabled/create_db/myapp.lua

-29
This file was deleted.

0 commit comments

Comments
 (0)