Zulip is an open source chat and collaborative software. Use this tag for questions regarding Zulip or one of its components.
Questions tagged [zulip]
7 questions
4
votes
0 answers
zulip mailgun: 5.7.0 Mailgun is not loving your login or password
I have tried to set up a Zulip server. For now it works but I can not invite anbybody, actually, the smtp server doesn't work.
I use mailgun, here is its configuration:
then for my Zulip configuration, I set up:
/etc/zulip/setting.py
EMAIL_HOST…

Vtin
- 71
- 1
- 8
1
vote
1 answer
How to listen to real time event zulip using js and ajax
I have integrated zulip api using js and ajax , the problem is that the exchanged messages are not in real tile so pleasen, how to listen to real time event zulip using js and ajax, here is my js code
$("#post").click(function () {
var url =…

user1111
- 25
- 5
1
vote
0 answers
In zulip dev environment, how can i access zulip's first dev web browser using run-dev.py in vagrant env but i can't access from global ip
I have some problem now using zulip dev-env ...
I did success-installation by Dev-env(using run-dev.py in vagrant env) in my Mac PC and then i could access the first-dev page successfully through my mac-pc's browser
But i have been trying to show…

Woosik Jeong
- 21
- 2
1
vote
1 answer
Access django server in vagrant virtualbox on host machine?
I am using windows and putty to ssh to vagrant virtualbox.I cannot access the django server running in vagrant virtualbox using http://localhost:9991
I have disabled my firewall as well
here's my vagrant file:
VAGRANTFILE_API_VERSION = "2"
def…

CodeFanatic23
- 89
- 1
- 10
1
vote
1 answer
Vagrant up fails with loading plugin
The zulip setup requires having Vagrant setup.
https://github.com/zulip/zulip
But it fails in Ubuntu 14.04
$vagrant plugin install vagrant-lxc
Installing the 'vagrant-lxc' plugin. This can take a few minutes...
Installed the plugin 'vagrant-lxc…

Nambi
- 2,688
- 8
- 28
- 37
0
votes
1 answer
Docker Zulip: Not serving webpack bundle files with nginx proxy setup
I tried installing this docker image on my ec2 instance machine with NGINX web server. But the static file is not displaying on my site. The webpack bundle files is being rendered using https://localhost.localdomain while other files is rendered the…

Yves Gonzaga
- 1,038
- 1
- 16
- 40
0
votes
1 answer
Zulip manage.py syntax error accurs on running script
Fresh installation of Zulip on new Server. Installation went well and everything.
I want to use manage.py to do some things, but when I run something like
su zulip ./manage.py shell
But I get this error message:
./manage.py: line 2: syntax error…

fehmelchen
- 203
- 3
- 15