Giter Club home page Giter Club logo

Comments (9)

Matt1491 avatar Matt1491 commented on July 24, 2024

New Infos:
After I installed it on Ubuntu 16.04 LTS and with the latest Docker release I get the MySQL Connection refused Error, during Installation and when I want to create a user.

Here is the error message (also mentioned in another Issue):
File "/home/algebre/.local/lib/python3.5/site-packages/requests/packages/urllib3/connection.py", line 151, in _new_conn
self, "Failed to establish a new connection: %s" % e)
requests.packages.urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

from open365.

venkatas avatar venkatas commented on July 24, 2024

How did you manage to install it?

from open365.

Matt1491 avatar Matt1491 commented on July 24, 2024

I installed a fresh Ubuntu 16.04 LTS.
The the std. apt-get update, upgrade and dist-upgrade + SSH installation.

Then I installed Docker like described here: https://docs.docker.com/engine/installation/linux/ubuntulinux/
The I installed Docker-Compose like described here: https://docs.docker.com/compose/install/
Then I installed Python3-PIP with apt-get.
Then I installed the Open365 prerequisits with PIP and finally I installed Open365.
The connection refused error appears during installation, when you wait more than 10 minutes.
Then the installation is finished and you can go to the login-page.
At that point I am stuck, because I cant create a user because of the connection refused error.

If you want more information I can post an install log/command log.

from open365.

venkatas avatar venkatas commented on July 24, 2024

Ok, I am leaving for the day and will keep it like that and see if the installation is finished by morning else I will try the steps you have given.

from open365.

venkatas avatar venkatas commented on July 24, 2024

I followed your steps but still installation is stuck.

from open365.

Matt1491 avatar Matt1491 commented on July 24, 2024

I installed Ubuntu 16.04 (Filename: ubuntu-16.04-server-amd64.iso)
on an ESXi 6.0.0 3029758 VM with 4 Cores, 2GB RAM and a 50GB HDD.
Default installation with the user "open" and formatted the complete disk automatically with LVM.
No additional packages installed.

Then I ran the following commands in the home directory of the open user (/home/open)

sudo su
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get autoremove
apt-get install ssh
shutdown -r now

sudo su
apt-get update
apt-get install apt-transport-https ca-certificates
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
nano /etc/apt/sources.list.d/docker.list

Remove all lines and add the following line:
deb https://apt.dockerproject.org/repo ubuntu-xenial main

apt-get update
apt-get purge lxc-docker
apt-cache policy docker-engine
apt-get update
apt-get install linux-image-extra-$(uname -r)
apt-get update
apt-get install docker-engine
service docker start
docker run hello-world
curl -L https://github.com/docker/compose/releases/download/1.7.1/docker-compose-`uname -s-uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose --version
apt-get install libmysqlclient-dev
apt-get install Python3-PIP
pip3 install mysqlclient
pip3 install pymongo
pip3 install ldap3
pip3 install requests --upgrade
wget https://github.com/Open365/Open365/archive/master.zip
apt-get install unzip
unzip master.zip
cd Open365-master
./open365 install

Then I chose:
Yes
My public domain
Yes

Thats all.
Sorry if that cant help you.

from open365.

Matt1491 avatar Matt1491 commented on July 24, 2024

Can anyone help?
Would be cool to run Open365, but without support and with bugs like these its completely useless...

from open365.

vanloswang avatar vanloswang commented on July 24, 2024

@vHanda @ferranmesas @Cotes I meet the same issue on Ubuntu 16.04 LTS, and can not access.

from open365.

delevre avatar delevre commented on July 24, 2024

#25
Hi
Ive followed your Instructions #Matt1491 (Thank you!) and installed it on a VirtualServer, Ubu16.04 successfully but Problems occur on opening the Apps (Calc Writer etc), Ive added USERS and via Chrome browser logged in. Also my Android phone wont connect because the SSL Certificate expired.

I loved to be helped out here, any link or advice please :)

Thanks a lot for your support and a great Job !

from open365.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.