Sign inSign up

keyarkinc/keysql

By keyarkinc

Updated over 2 years ago

KeySQL Server with KeySQL Studio

Image
0

238

keyarkinc/keysql repository overview

<a href=https://keyark.com>Keyark develops KeySQL technology enabling a productivity breakthrough in handling of non-flat data comparable to the breakthrough achieved by E.F.Codd’s relational model and SQL for flat data.

  1. Load image from Docker Hub

    docker pull keyarkinc/keysql:webstudio
    
  2. Start container with name webstudio

    docker run --name webstudio -p 8000:80 -p 5556:5556 -p 5666:5666 -dti keyarkinc/keysql:webstudio bash
    
  3. Start postgres, keysql server, http server and web app in container

    docker exec -w /keysql webstudio bash /keysql/allstart.sh
    
  4. Check all apps are started

    docker exec webstudio netstat -lptn
    

    Output must include lines

    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      ??/java
    tcp        0      0 127.0.0.1:8011          0.0.0.0:*               LISTEN      ??/java
    tcp        0      0 127.0.0.1:19117         0.0.0.0:*               LISTEN      ??/java
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      ??/httpd
    tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN      -       
    tcp        0      0 127.0.0.1:9117          0.0.0.0:*               LISTEN      ??/java
    tcp6       0      0 :::5666                 :::*                    LISTEN      ??/keysql
    tcp6       0      0 :::5556                 :::*                    LISTEN      ??/keysql                                
    
  5. Now you can use browser to connect to KeySQL Studio (http, not https)

    Link: http://localhost:8000/keysql/
    login keysqluser, password keysqldemo or
    login keysqladmin, password keysqladmin
    

Tag summary

Content type

Image

Digest

sha256:44c853288

Size

510.4 MB

Last updated

over 2 years ago

docker pull keyarkinc/keysql