Coder Social home page Coder Social logo

Comments (5)

it33 avatar it33 commented on April 27, 2024

Hi @mayurkadu9, I believe the subdomain setup you're using using supported in the helium release (0.5.0): http://forum.mattermost.org/t/why-wont-sub-sub-domains-e-g-www-corp-mydomain-com-not-work/13

If you just want to see how things work, perhaps try running step 2 off master, which will give you the latest dev build. v0.6.0 is shipping end of next week and the bits right now are going into stablization, so pulling the latest dev build might give you a significantly improved install experience, though it won't be as smooth as the v0.6.0 release coming out end of next week.

Does this help?

from mattermost-server.

kadu9 avatar kadu9 commented on April 27, 2024

@it33 Thanks. below are the content of my hosts file on ubuntu vm
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
xx.xx.xxx.xxx xyz-aaaaaa.abc.klh.something.com xyz-aaaaaa.
Note:xx.xx.xxx.xxx is ip mapped above in host file.

unfortunately, this did not help. When i try to access http://xx.xx.xxx.xxx:8065 in my brower on local machine to access the application(mattermost) running on http://xx.xx.xxx.xxx and port 8065, i get no results on webpage.

I ping xx.xx.xxx.xxx and i am getting response. Can you please suggest what i am missing in installation. Ideally, i have very fews to install and then run the image using docker. I am exactly following the instructions for ubuntu. but is not running anything on browser

Thanks

from mattermost-server.

it33 avatar it33 commented on April 27, 2024

Hi @mayurkadu9, the build your'e on is over a month old, we have RC2 of our v0.6.0 release available now: https://github.com/mattermost/platform/tree/v0.6.0-rc2

It might be faster to use the new bits, which be a different configuration (domain.com/team instead of the old team.domain.com) and I believe it'll not only solve your problem, but you'll get a bunch of new bonus features as well.

We'd love to hear your feedback and learn about any issues you might hit, particularly before we release the final bits this coming Friday.

from mattermost-server.

kadu9 avatar kadu9 commented on April 27, 2024

Thanks i will try with this version @it33 .To install this i just need to follow below instructions like mentioned or is there any other way to pull this latest code? If any please guide how to get this latest one releasing on friday
Follow the instructions at https://docs.docker.com/installation/ubuntulinux/ or use the summary below.

sudo apt-get update
sudo apt-get install wget
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker
sudo service docker start
newgrp docker
Run docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium

When docker is done fetching the image, open http://localhost:8065/ in your browser

from mattermost-server.

coreyhulen avatar coreyhulen commented on April 27, 2024

This is fixed with 0.6.0 https://github.com/mattermost/platform/releases/tag/v0.6.0

You can now access your team via domain.com/team

from mattermost-server.

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.