An open API service indexing awesome lists of open source software.

https://github.com/tarantool/getting-started


https://github.com/tarantool/getting-started

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tarantool Cartridge tutorial

- Install [cartridge-cli](https://github.com/tarantool/cartridge-cli)

https://github.com/tarantool/cartridge-cli#installation

- Install [npm](https://www.npmjs.com)

https://nodejs.org/en/download/

- Build cartridge app
```bash
cartridge build
```

- Start cartridge app
```bash
cartridge start
```

- Visit [localhost:8081/admin/tutorial](http://localhost:8081/admin/tutorial) in your browser and
check out the tutorial to get started with Tarantool