Starting a Tarantool instance
tt start INSTANCE
tt start
starts a Tarantool instance from an application file.
The application file must be stored inside the instances_available
directory specified in the tt configuration file.
The INSTANCE
value can be:
- the name of an application file without the
.lua
extension. - the name of a directory containing the
init.lua
file. In this case, the instance is started frominit.lua
.