https://github.com/tarantool/getting-started
https://github.com/tarantool/getting-started
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarantool/getting-started
- Owner: tarantool
- License: other
- Created: 2021-12-15T08:39:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T15:44:52.000Z (about 4 years ago)
- Last Synced: 2025-06-11T11:22:44.760Z (about 1 year ago)
- Language: JavaScript
- Size: 9.12 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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