tarantool / doc

Tarantool documentation
https://www.tarantool.io/en/doc/
Other
15 stars 43 forks source link

How to ship your application with tarantool #667

Open knazarov opened 5 years ago

knazarov commented 5 years ago

There should be a chapter that describes how to ship tarantool applications in production:

Totktonada commented 5 years ago

Personally I think delivering as RPM / Deb is good and rocks are good for development and / or unusual cases (say, non-root installation). We can deprecate standard package managers for our teams (except ones where we have agreement with an operation team that we'll deliver rpms), but it will not change minds in the outside world. Many (I think) persons want to deliver its applications as rpms.

knazarov commented 5 years ago

Delivering applications as rpms/docker images/debs/tar.gz is orthogonal to installing rocks dependencies, which should (in my opinion) be done with tarantoolctl rocks install under the .rocks directory in app root