Skip to content

Commit 1549863

Browse files
committed
Getting started: update
1 parent f56c25d commit 1549863

File tree

4 files changed

+131
-219
lines changed

4 files changed

+131
-219
lines changed
Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)