tarantoolapp
tarantoolapp copied to clipboard
App starter & dependency manager for Tarantool application server
Hello! I created application with template basic. Edited meta.yaml with content: ``` name: reds version: scm-1 deps: - https://raw.githubusercontent.com/moonlibs/config/master/config-scm-1.rockspec - https://raw.githubusercontent.com/moonlibs/package-reload/master/package.reload-scm-1.rockspec - inspect tntdeps: - metrics - http - avro-schema...
New day, new problems. I has installed environment on the ubuntu server with following commands ``` sudo apt-get install lua5.1 sudo apt-get install luarocks sudo apt-get install tarantool sudo luarocks...
When create a project `test` with `tarantoolapp create test` in directory `test` we have 2 files with same content: - `test.lua` - `init.lua` Expected behavior: `test.lua` is a symlink to...
Create command uses tarantool built-in ```fio.mktree()```, which is not accesible via tarantool version < 1.9 (tested with 1.6, 1.7.6, 1.7-centos and 1.8.1) Actually ```fio.mktree()``` is specified in docs on 1.7...
The templates should contain examples of tests which can get parameters from `conf.lua` and perform app.init(config), preferably in setup-teardown helper functions.
There is the same code piece in Bash repeated in test.sh in basic/ and vshard/ templates. Also there seems to be the same code in Lua in **/init.lua. Those pieces...
It would be great to add the following features to the templates: - Add `Dockerfile.dev` to build an image for development (with tests and debug utils). - Add `Dockerfile.prod` to...