8000 GitHub - csaszitoma/try: try.tarantool.org scripts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

csaszitoma/try

 
 

Repository files navigation

Interactive Tarantool web console.

try.tarantool.org

Turn Tarantool into an HTTP server and a load balancer and provide an interactive Lua console to a bunch of Tarantool instances running in a Linux container.

Quickstart

You can start try.tarantool.org on your host with Docker:

docker build -t try .
docker run --rm -t -i --privileged -p 8080:11111 try

Then point your browser to localhost:8080

Installation

You can start tarantool-try on your host. Prerequisites:

git clone https://github.com/tarantool/try

Build docker image:

cd /try/container/
sudo docker build -t tarantool .

Add user to group docker:

sudo echo usermod -a -G docker $USER

Start try-tarantool web server:

tarantool start.lua

Web server runs on localhost:11111 by default. You can change host, port and tarantool configuration in start.lua

About

try.tarantool.org scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 44.7%
  • JavaScript 38.5%
  • HTML 9.7%
  • Lua 6.3%
  • Shell 0.5%
  • Python 0.3%
0