Discussions
Activity
Sign In
How it works
Yauhen Kirylau
Activity
Discussions
Comments
104
Email Ingest Error
please check if that destination is accessible from the machine/container where superdesk is running
Comment by
Yauhen Kirylau
May 2016
permalink
Unable to login into the live blog (3.0.7)
please list all the env vars you have changed, probably you haven't replaced some of required ones
Comment by
Yauhen Kirylau
May 2016
permalink
Superdesk Beta install
Could you please paste more logs? Since that happened after you reconfigured database address the problem most probably related to inability to connect to one of the databases.
Comment by
Yauhen Kirylau
May 2016
permalink
Unable to login into the live blog (3.0.7)
You should not just change address from 127.0.0.1 to, let's say, 192.168.1.10, but also specify the port as part of URL (the same as you do in browser): 192.168.1.10:8088
Comment by
Yauhen Kirylau
May 2016
permalink
Rancher with DigitalOcean and Superdesk
Hi! There is a manual on how to use docker-compose on digital ocean: https://dockify.io/setting-up-a-digital-ocean-droplet-with-docker-machine-and-docker-compose/ Just use the same docker-compose config as for local installation (./docker/docker-co…
Comment by
Yauhen Kirylau
May 2016
permalink
Manual for installing Live Blog 3
Execute the steps from Dockerfile[1] in your deployment script. All the configuration is made by environment variables, the list of environment variables can be found in a base docker-compose config[2]. [1] https://github.com/liveblog/liveblog/blob…
Comment by
Yauhen Kirylau
May 2016
permalink
Superdesk Installation success. Hurrah!
`postfix` section should be removed from here https://github.com/superdesk/superdesk/blob/master/docker/docker-compose-prebuilt.yml#L33-L36 `MAIL_*` env vars should be added to the same file, `superdesk` section will be enough, i don't think pu…
Comment by
Yauhen Kirylau
May 2016
permalink
Superdesk Beta install
Sorry for misinforming, i did checked with a Superdesk developer and it came up what you can specify username and password for the database as part of its URI, for example: MONGO_URI=mongodb://user:pass@serverhostname/superdeskdb
Comment by
Yauhen Kirylau
May 2016
permalink
Superdesk Beta install
It seems what at the moment it's not implemented, I will post an update here as soon as it will be merged to the master branch.
Comment by
Yauhen Kirylau
May 2016
permalink
Superdesk Beta install
In `./docker/docker-compose-prebuilt.yml` you can remove the section with the according database (for example mongodb) And next add mongo (or elastic or other) db environment variable in `./docker/docker-compose-prebuilt.yml` for superdesk itself a…
Comment by
Yauhen Kirylau
May 2016
permalink
Access superdesk from external
In both my message and readme on github it's mentioned what docker-compose-prebuilt.yml should be edited for that. Not common.yml (it's overriden by it).
Comment by
Yauhen Kirylau
May 2016
permalink
Access superdesk from external
hi! change 8080 to 80 and `localhost` to your real hostname or ip in `./docker/docker-compose-prebuilt.yml`
Comment by
Yauhen Kirylau
May 2016
permalink
Superdesk on Amazon EC2: waiting for mongo
please upload the full log then also try removing `./data/` directory and restarting the scenario
Comment by
Yauhen Kirylau
May 2016
permalink
Superdesk Installation success. Hurrah!
sorry, postfix section should be removed from here https://github.com/superdesk/superdesk/blob/master/docker/docker-compose-prebuilt.yml#L33-L36 btw, you can create custom yml config for docker-compose (instead of docker-compose-prebuilt.yml) and o…
Comment by
Yauhen Kirylau
April 2016
permalink
Superdesk Beta install
imap.gmail.com port 993 MAILBOX=inbox FILTER=(UNSEEN)
Comment by
Yauhen Kirylau
April 2016
permalink
Superdesk Installation success. Hurrah!
Thanks for the feedback :) 1) You should change ip/hostname in the common.yml accordingly. The address set for the backend api (SUPERDESK_URL env var) should be accessible from the network from there you are accessing the frontend. That's beca…
Comment by
Yauhen Kirylau
April 2016
permalink
Superdesk Beta install
What exactly is not clear in installation instructions? I don't think screenshots will be any more helpful since they will have the same text but just typed inside terminal emulator. May be you should think about using a hosted solution. We ca…
Comment by
Yauhen Kirylau
April 2016
permalink
Docker stop/waiting Ubuntu 14.04
try running docker manually as `sudo docker daemon` and provide the output
Comment by
Yauhen Kirylau
April 2016
permalink
Superdesk Beta install
Please elaborate what exactly is not clear in current README.md instructions. I will try to update it accordingly.
Comment by
Yauhen Kirylau
April 2016
permalink
Superdesk on Amazon EC2: waiting for mongo
Here is the amazon instances' description: Model vCPU Mem (GiB) t2.nano 1 0.5 t2.micro 1 1 t2.small 1 2 t2.medium 2 4 t2.large 2 8 Superdesk by default requires at least 1.5-2 GB RAM. And mongo+elastic require some …
Comment by
Yauhen Kirylau
April 2016
permalink
Superdesk install on AWS
current install guide (from README.md) is not working there? if it isn't we could think about preparing images for superdesk 1.0 release for AWS (and probably few other popular services) deployment
Comment by
Yauhen Kirylau
April 2016
permalink
Logging in to Superdesk on a client machine via a Web Browser
Hi! have you changed ip to the one on which the server is listening here: https://github.com/superdesk/superdesk/blob/master/docker/common.yml Otherwise the frontend is trying to reach the backend on 127.0.0.1
Comment by
Yauhen Kirylau
April 2016
permalink
Liveblog: Old posts missing in Editor after upgrade
Also it's possible to choose version here: https://github.com/liveblog/liveblog/blob/master/docker/docker-compose-prebuilt.yml#L42 For that change "liveblogmaster" to, for example, "liveblogv306"
Comment by
Yauhen Kirylau
March 2016
permalink
superdesk web publisher error
hi, here i described the necessary changes in order to run it on the custom port, currently you have to edit and mount setting.py until the problem will be addressed: https://github.com/superdesk/liveblog/issues/335#issuecomment-190153304 as one of…
Comment by
Yauhen Kirylau
March 2016
permalink
superdesk web publisher error
i've updated that PR, please try again
Comment by
Yauhen Kirylau
February 2016
permalink
superdesk web publisher error
sorry, i was not able to test that change (blind fix) now i can, so please also apply this change too: https://github.com/superdesk/web-publisher/pull/61/files
Comment by
Yauhen Kirylau
February 2016
permalink
superdesk web publisher error
hi! try this patch https://github.com/superdesk/web-publisher/pull/59/files if it doesn't help then post the new error message you have
Comment by
Yauhen Kirylau
February 2016
permalink
Superdesk install
i see something wrong with elastic search indexes, i am not sure what actually caused that, mb few superdesk instances were trying to use the same elastic index or smth like that. Try removing `./data/` and running docker-create-user script again
Comment by
Yauhen Kirylau
February 2016
permalink
Superdesk install
hi! docker-compose -p sddemo -f ./docker/docker-compose-prebuilt.yml logs > log.txt
Comment by
Yauhen Kirylau
February 2016
permalink
LiveBlog 3.0 Demo configuration issue
Thanks for sharing this Dave! But unfortunately it is for Liveblog 2 which is not technically related to Liveblog 3.
Comment by
Yauhen Kirylau
February 2016
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Stop following
About
Username
Yauhen Kirylau
Joined
July 2013
Visits
0
Last Active
May 2016
Roles
Member
Posts
104
Friends
Followed by 1 person
My Badges
Total Points: 70
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339