tiredofit / docker-baserow

Dockerized Baserow No/Low code data management application based on Alpine
MIT License
22 stars 6 forks source link

How to set up server #9

Open ivan006 opened 3 years ago

ivan006 commented 3 years ago

Summary

New to docker please give guidance

Steps to reproduce

So this is not a bug report exactly but im wondering how to finish my setup on my VPS. Im not VPS master but I have installed docker on my blank contabo VPS and installed ur image onto it but when i run the IP in my browser it cant find anything (firefox says "Unable to connect"). So i suspect I still have some stuff to setup maybe i need to setup the virtual host configs or something i have no clue. Can you point me in the right direction? Also might be good for me to get FTP setup so i can edit files more easily.

What is the expected correct behavior?

Relevant logs and/or screenshots

This is all i did

Any logs ``` ivan@ivan-PC MINGW64 / $ ssh root@62.171.184.178 The authenticity of host '62.171.184.178 (62.171.184.178)' can't be established. ECDSA key fingerprint is SHA256:R+YXPK9s5t7X+sUopVy/bg9ZwZpe/uBmYCObKVL5+cA. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '62.171.184.178' (ECDSA) to the list of known hosts. root@62.171.184.178's password: Permission denied, please try again. root@62.171.184.178's password: Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-134-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage * Canonical Livepatch is available for installation. - Reduce system reboots and improve kernel security. Activate at: https://ubuntu.com/livepatch _____ / ___/___ _ _ _____ _ ___ ___ | | / _ \| \| |_ _/ \ | _ )/ _ \ | |__| (_) | .` | | |/ _ \| _ \ (_) | \____\___/|_|\_| |_/_/ \_|___/\___/ Welcome! This server is hosted by Contabo. If you have any questions or need help, please don't hesitate to contact us at support@contabo.com. root@vmi689432:~# sudo apt-get update Hit:1 http://asi-fs-n.contabo.net/ubuntu bionic InRelease Get:2 http://asi-fs-n.contabo.net/ubuntu bionic-updates InRelease [88.7 kB] Get:3 http://asi-fs-n.contabo.net/ubuntu bionic-backports InRelease [74.6 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:5 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main i386 Packages [1,360 kB] Get:6 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 Packages [2,251 kB] Get:7 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main Translation-en [438 kB] Get:8 http://asi-fs-n.contabo.net/ubuntu bionic-updates/restricted amd64 Packages [493 kB] Get:9 http://asi-fs-n.contabo.net/ubuntu bionic-updates/restricted Translation-en [66.9 kB] Get:10 http://asi-fs-n.contabo.net/ubuntu bionic-updates/universe amd64 Packages [1,756 kB] Get:11 http://asi-fs-n.contabo.net/ubuntu bionic-updates/universe i386 Packages [1,581 kB] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1,906 kB] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,055 kB] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [346 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [469 kB] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [63.2 kB] Fetched 12.0 MB in 4s (3,068 kB/s) Reading package lists... Done root@vmi689432:~# sudo apt-get remove docker docker-engine docker.io Reading package lists... Done Building dependency tree Reading state information... Done Package 'docker-engine' is not installed, so not removed Package 'docker' is not installed, so not removed Package 'docker.io' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. root@vmi689432:~# sudo apt install docker.io Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: bridge-utils containerd dns-root-data dnsmasq-base git git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.26 patch perl perl-modules-5.26 pigz runc ubuntu-fan Suggested packages: ifupdown aufs-tools btrfs-progs cgroupfs-mount | cgroup-lite debootstrap docker-doc rinse zfs-fuse | zfsutils git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make The following NEW packages will be installed: bridge-utils containerd dns-root-data dnsmasq-base docker.io git git-man libcurl3-gnutls liberror-perl libgdbm-compat4 libperl5.26 patch perl perl-modules-5.26 pigz runc ubuntu-fan 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. Need to get 85.9 MB of archives. After this operation, 436 MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2,762 kB] Get:2 http://asi-fs-n.contabo.net/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6,084 B] Get:3 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3,534 kB] Get:4 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] Get:5 http://asi-fs-n.contabo.net/ubuntu bionic/universe amd64 pigz amd64 2.4-1 [57.4 kB] Get:6 http://asi-fs-n.contabo.net/ubuntu bionic/main amd64 bridge-utils amd64 1.5-15ubuntu1 [30.1 kB] Get:7 http://asi-fs-n.contabo.net/ubuntu bionic-updates/universe amd64 runc amd64 1.0.0~rc95-0ubuntu1~18.04.2 [4,087 kB] Get:8 http://asi-fs-n.contabo.net/ubuntu bionic-updates/universe amd64 containerd amd64 1.5.2-0ubuntu1~18.04.3 [32.8 MB] Get:9 http://asi-fs-n.contabo.net/ubuntu bionic/main amd64 dns-root-data all 2018013001 [5,360 B] Get:10 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.4 [307 kB] Get:11 http://asi-fs-n.contabo.net/ubuntu bionic-updates/universe amd64 docker.io amd64 20.10.7-0ubuntu1~18.04.2 [36.9 MB] Get:12 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] Get:13 http://asi-fs-n.contabo.net/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] Get:14 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] Get:15 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3,923 kB] Get:16 http://asi-fs-n.contabo.net/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] Get:17 http://asi-fs-n.contabo.net/ubuntu bionic/main amd64 ubuntu-fan all 0.12.10 [34.7 kB] Fetched 85.9 MB in 4s (24.5 MB/s) Preconfiguring packages ... Selecting previously unselected package perl-modules-5.26. (Reading database ... 61262 files and directories currently installed.) Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... Selecting previously unselected package libgdbm-compat4:amd64. Preparing to unpack .../01-libgdbm-compat4_1.14.1-6_amd64.deb ... Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... Selecting previously unselected package libperl5.26:amd64. Preparing to unpack .../02-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... Selecting previously unselected package perl. Preparing to unpack .../03-perl_5.26.1-6ubuntu0.5_amd64.deb ... Unpacking perl (5.26.1-6ubuntu0.5) ... Selecting previously unselected package pigz. Preparing to unpack .../04-pigz_2.4-1_amd64.deb ... Unpacking pigz (2.4-1) ... Selecting previously unselected package bridge-utils. Preparing to unpack .../05-bridge-utils_1.5-15ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-15ubuntu1) ... Selecting previously unselected package runc. Preparing to unpack .../06-runc_1.0.0~rc95-0ubuntu1~18.04.2_amd64.deb ... Unpacking runc (1.0.0~rc95-0ubuntu1~18.04.2) ... Selecting previously unselected package containerd. Preparing to unpack .../07-containerd_1.5.2-0ubuntu1~18.04.3_amd64.deb ... Unpacking containerd (1.5.2-0ubuntu1~18.04.3) ... Selecting previously unselected package dns-root-data. Preparing to unpack .../08-dns-root-data_2018013001_all.deb ... Unpacking dns-root-data (2018013001) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../09-dnsmasq-base_2.79-1ubuntu0.4_amd64.deb ... Unpacking dnsmasq-base (2.79-1ubuntu0.4) ... Selecting previously unselected package docker.io. Preparing to unpack .../10-docker.io_20.10.7-0ubuntu1~18.04.2_amd64.deb ... Unpacking docker.io (20.10.7-0ubuntu1~18.04.2) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../11-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../12-liberror-perl_0.17025-1_all.deb ... Unpacking liberror-perl (0.17025-1) ... Selecting previously unselected package git-man. Preparing to unpack .../13-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... Unpacking git-man (1:2.17.1-1ubuntu0.9) ... Selecting previously unselected package git. Preparing to unpack .../14-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... Unpacking git (1:2.17.1-1ubuntu0.9) ... Selecting previously unselected package patch. Preparing to unpack .../15-patch_2.7.6-2ubuntu1.1_amd64.deb ... Unpacking patch (2.7.6-2ubuntu1.1) ... Selecting previously unselected package ubuntu-fan. Preparing to unpack .../16-ubuntu-fan_0.12.10_all.deb ... Unpacking ubuntu-fan (0.12.10) ... Setting up git-man (1:2.17.1-1ubuntu0.9) ... Setting up runc (1.0.0~rc95-0ubuntu1~18.04.2) ... Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... Setting up dns-root-data (2018013001) ... Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... Setting up containerd (1.5.2-0ubuntu1~18.04.3) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service ? /lib/systemd/system/containerd.service. Setting up bridge-utils (1.5-15ubuntu1) ... Setting up patch (2.7.6-2ubuntu1.1) ... Setting up dnsmasq-base (2.79-1ubuntu0.4) ... Setting up libgdbm-compat4:amd64 (1.14.1-6) ... Setting up pigz (2.4-1) ... Setting up docker.io (20.10.7-0ubuntu1~18.04.2) ... Adding group `docker' (GID 111) ... Done. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service ? /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket ? /lib/systemd/system/docker.socket. Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... Setting up ubuntu-fan (0.12.10) ... Created symlink /etc/systemd/system/multi-user.target.wants/ubuntu-fan.service ? /lib/systemd/system/ubuntu-fan.service. Setting up perl (5.26.1-6ubuntu0.5) ... Setting up liberror-perl (0.17025-1) ... Setting up git (1:2.17.1-1ubuntu0.9) ... Processing triggers for libc-bin (2.27-3ubuntu1.4) ... Processing triggers for systemd (237-3ubuntu10.52) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Processing triggers for dbus (1.12.2-1ubuntu1.2) ... Processing triggers for ureadahead (0.100.0-21) ... root@vmi689432:~# sudo systemctl start docker root@vmi689432:~# sudo systemctl enable docker root@vmi689432:~# docker --version Docker version 20.10.7, build 20.10.7-0ubuntu1~18.04.2 root@vmi689432:~# docker pull tiredofit/baserow Using default tag: latest latest: Pulling from tiredofit/baserow ba3557a56b15: Pull complete bbf8723cdf34: Pull complete e859ad59662f: Pull complete f9eafcf31778: Pull complete 6d6ddcd657e2: Pull complete fa873a61424d: Pull complete 694c883654ec: Pull complete Digest: sha256:a9b4aed7cc5ea18be8722843bf9fed2ad672427a129a06dad8557861076ca6ea Status: Downloaded newer image for tiredofit/baserow:latest docker.io/tiredofit/baserow:latest root@vmi689432:~# ```

Environment

Any logs | docker-compose.yml Deno

Possible fixes

ivan006 commented 3 years ago

i could just do it the cloudron way but cloudron can be a bit limiting