Conversation
Pull Request Test Coverage Report for Build 22361463977Details
💛 - Coveralls |
| ## Building from the source | ||
|
|
||
| To build sharded-queue from source luarocks tool is required. | ||
| Install .rockspec file and package of needed version. | ||
|
|
||
| For example: | ||
| ```shell | ||
| curl -L -O http://rocks.tarantool.org/sharded-queue-1.0.0-1.rockspec | ||
| dpkg-deb -x sharded-queue_1.0.0-1_all.deb | ||
| ``` | ||
|
|
||
| After run application build: | ||
| ```shell | ||
| luarocks make sharded-queue-1.0.0-1.rockspec | ||
| ``` |
There was a problem hiding this comment.
We need although an instruction how to download a pre-builded rock & raw rockspec from a rock-server for a specified version.
There was a problem hiding this comment.
Added an instruction about pre-builded .rock file.
README.md
Outdated
|
|
||
| After run application build: | ||
| ```shell | ||
| luarocks make sharded-queue-1.0.0-1.rockspec |
There was a problem hiding this comment.
| luarocks make sharded-queue-1.0.0-1.rockspec | |
| tt rocks make sharded-queue-1.0.0-1.rockspec |
There was a problem hiding this comment.
Thanks, replaced.
5c611c3 to
fb5fe80
Compare
|
|
||
| As alternative, application can be installed by pre-builded.rock file. | ||
| Download file and move it to the preferred place, then run tt rocks: | ||
| ```shell | ||
| curl -L -O http://rocks.tarantool.org/sharded-queue-1.0.0-1.all.rock | ||
| tt rocks install sharded-queue-1.0.0-1.all.rock | ||
| ``` |
There was a problem hiding this comment.
Please, add a separate title for downloading pre-builded rock/rockspec.
| As alternative, application can be installed by pre-builded.rock file. | |
| Download file and move it to the preferred place, then run tt rocks: | |
| ```shell | |
| curl -L -O http://rocks.tarantool.org/sharded-queue-1.0.0-1.all.rock | |
| tt rocks install sharded-queue-1.0.0-1.all.rock | |
| ``` | |
| ## Downloading pre-builded rock/rockspec | |
| As alternative, application can be installed by pre-builded.rock file. | |
| Download file and move it to the preferred place, then run tt rocks: | |
| ```shell | |
| curl -L -O http://rocks.tarantool.org/sharded-queue-1.0.0-1.all.rock | |
| tt rocks install sharded-queue-1.0.0-1.all.rock |
There was a problem hiding this comment.
Thanks, added title.
README.md
Outdated
| As alternative, application can be installed by pre-builded.rock file. | ||
| Download file and move it to the preferred place, then run tt rocks: | ||
| ```shell | ||
| curl -L -O http://rocks.tarantool.org/sharded-queue-1.0.0-1.all.rock |
There was a problem hiding this comment.
Why do you don't use the tt rocks download for the purpose? It would be better rather the curl.
There was a problem hiding this comment.
Okay, I replaced all curl calls with equivalent tt calls for download purpose.
fb5fe80 to
597c8d4
Compare
Add instructions on how to download .rockspec file and then install the module.
597c8d4 to
b82d710
Compare
Add instructions on how to download .rockspec file and then install the module.