Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How install Gitlab and Odoo in one server?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How install Gitlab and Odoo in one server?

Hello,

I'm really newbie. I'm trying to install on my own server
Gitlab, Odoo and ISPconfig or some panel.

I'm using Debian 9.

I'm install Gitlab without any problem
Even ISPconfig but after complete installation I have problem to open https:/myIP:8083 because refuse connection.

It's too much on one server?
It's better to split in more vps?

Thank you for your help

Francisco

Comments

  • @chiccorosso

    A. I don't know your server specs

    B. You've posted little to no information that can be used to debug (logs, etc)

    C. Connection refused = Service not listening on port or is not running

  • My server details is:
    Processore AMD Opteron Octa-Core
    32GB RAM
    2x250 GB in SSD
    with Debian 9.

    I have no error! that's the problem I install all without problem!

  • MasonRMasonR Community Contributor

    My guess is one of your services is already bound to a port that another program needs.

    Troubleshooting steps:

    1. Run netstat -tulnp to see what services are currently listening and on what port.
    2. Check configs for each service (odoo, gitlab, ispconfig, etc.) to see what port they are configured to bind to by default (assuming you haven't change the port configs yet).
    3. Once you spot the conflict, edit the program's config so that it binds to a different port (use google to help you out here... ex: "change default port for gitlab")
    4. (if desired) set up a reverse proxy for each service so that you can access all of them on standard http/https (80/443) ports.
    5. Profit.
  • If you're not familiar with port and other related things, install some Docker based panel and then install Gitlab and Odoo. Use a Nginx proxy in front. ISPConfig should work with Docker without an issue.

  • @masonR

    this is reply of netsta -tulnp

    MasonR said: netstat -tulnp

    root@57195:~# netstat -tulnp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 127.0.0.1:8082 0.0.0.0:* LISTEN 1271/sidekiq 5.0.5
    tcp 0 0 127.0.0.1:9236 0.0.0.0:* LISTEN 1734/gitaly
    tcp 0 0 89.47.161.246:53 0.0.0.0:* LISTEN 11583/named
    tcp 0 0 127.0.0.2:53 0.0.0.0:* LISTEN 11583/named
    tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11583/named
    tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 11571/pure-ftpd (SE
    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 16038/sshd
    tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 11583/named
    tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 5153/master
    tcp 0 0 0.0.0.0:8060 0.0.0.0:* LISTEN 1305/nginx
    tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 11512/dovecot
    tcp 0 0 127.0.0.1:9121 0.0.0.0:* LISTEN 1504/redis_exporter
    tcp 0 0 127.0.0.1:9090 0.0.0.0:* LISTEN 1761/prometheus
    tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 11512/dovecot
    tcp 0 0 127.0.0.1:9187 0.0.0.0:* LISTEN 1786/postgres_expor
    tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN 11670/amavisd-new (
    tcp 0 0 127.0.0.1:10026 0.0.0.0:* LISTEN 11670/amavisd-new (
    tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 11093/mysqld
    tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 5153/master
    tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 29365/memcached
    tcp 0 0 127.0.0.1:9100 0.0.0.0:* LISTEN 1395/node_exporter
    tcp 0 0 127.0.0.1:9229 0.0.0.0:* LISTEN 1720/gitlab-workhor
    tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 11512/dovecot
    tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 11512/dovecot
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 14607/rpcbind
    tcp 0 0 127.0.0.1:9168 0.0.0.0:* LISTEN 1752/ruby
    tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 1264/config.ru
    tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1305/nginx
    tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 5153/master
    tcp6 0 0 :::53 :::* LISTEN 11583/named
    tcp6 0 0 :::21 :::* LISTEN 11571/pure-ftpd (SE
    tcp6 0 0 ::1:953 :::* LISTEN 11583/named
    tcp6 0 0 :::993 :::* LISTEN 11512/dovecot
    tcp6 0 0 :::995 :::* LISTEN 11512/dovecot
    tcp6 0 0 ::1:10024 :::* LISTEN 11670/amavisd-new (
    tcp6 0 0 ::1:10026 :::* LISTEN 11670/amavisd-new (
    tcp6 0 0 :::110 :::* LISTEN 11512/dovecot
    tcp6 0 0 :::143 :::* LISTEN 11512/dovecot
    tcp6 0 0 :::111 :::* LISTEN 14607/rpcbind
    tcp6 0 0 ::1:9168 :::* LISTEN 1752/ruby
    udp 0 0 0.0.0.0:111 0.0.0.0:* 14607/rpcbind
    udp 0 0 0.0.0.0:790 0.0.0.0:* 14607/rpcbind
    udp 0 0 89.47.161.246:53 0.0.0.0:* 11583/named
    udp 0 0 127.0.0.2:53 0.0.0.0:* 11583/named
    udp 0 0 127.0.0.1:53 0.0.0.0:* 11583/named
    udp 0 0 127.0.0.1:11211 0.0.0.0:* 29365/memcached
    udp6 0 0 :::111 :::* 14607/rpcbind
    udp6 0 0 :::790 :::* 14607/rpcbind
    udp6 0 0 :::53 :::* 11583/named

    sincerily i dont understand nothing!

    @sdglhm said:
    If you're not familiar with port and other related things, install some Docker based panel and then install Gitlab and Odoo. Use a Nginx proxy in front. ISPConfig should work with Docker without an issue.

    so i need to resinstall os instal docker and reinstall all?

Sign In or Register to comment.