Discussions
Activity
Sign In
How it works
Yauhen Kirylau
Activity
Discussions
Comments
104
Edit the environment after docker success installed
It was running outside venv. Pull the latest changes and run 'create-user' again (no need to restart server itself).
Comment by
Yauhen Kirylau
April 2015
permalink
Edit the environment after docker success installed
Thanks for your feedback, readme is already awaiting this update: https://github.com/superdesk/superdesk/pull/478
Comment by
Yauhen Kirylau
April 2015
permalink
Edit the environment after docker success installed
Pull the latest changes from the superdesk repo and try again.
Comment by
Yauhen Kirylau
April 2015
permalink
Edit the environment after docker success installed
Please share that edited file.
Comment by
Yauhen Kirylau
April 2015
permalink
Edit the environment after docker success installed
Oops, i forgot what it generated from the template (./docker/docker-compose.yml.sh) on each script run (https://github.com/superdesk/superdesk/blob/master/scripts/docker-local-demo.sh#L17) so your changes to .yml itself were overwritten. Please do y…
Comment by
Yauhen Kirylau
April 2015
permalink
Edit the environment after docker success installed
Just edit that variable and restart the script.
Comment by
Yauhen Kirylau
April 2015
permalink
Edit the environment after docker success installed
They are environment variables, they're set in the runtime -- docker-compose exports to each container variables which are described in that container's section in docker-compose.yml.
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
Thank you for your feedback, Tom! I have slightly updated the readme file based on it.
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
I am really glad to hear that! :-) So when you was starting the demo, it was written how to handle logging in: https://github.com/superdesk/superdesk/blob/master/scripts/docker-local-demo.sh#L16 Or how do you think, should we move that to the read…
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
Repository address of docker images have changed about a week ago or so. Please git-pull the latest changes from the Superdesk repo. UPD: one more thing (unrelated) - if you will run the script with sudo privileges '/data/' dir and mb so…
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
I just noticed what you are using docker v. 1.0.1 Please try updating it to the current stable 1.6 I that won't help I can prepare Vagrantfile for creating such VirtualBox machine.
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
Hm, if it happens almost immediately then i can't suspect some timeout or performance. Mb something wrong with permission to docker daemon. While you are running in virtual box it's safe to try running the script with "sudo" (to…
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
No, you don't need to. How much time approximatelty it took between starting script and it's failure? (i am also suspecting sorta timeout) Also, on which hardware configuration do you running it?
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
Thanks for the full output. Can you check if docker still running after script was failed?
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
I mean what it seems like script was failing on this step (https://github.com/superdesk/superdesk/blob/master/scripts/docker-local-demo.sh#L4) because "docker ps" command failed. Since now that command returns to you correct output then t…
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
Can you retry the script but without settings any env vars? Because it was failing on step which was checking if docker is running by executing "docker ps" so if that command works manually script should pass that check as well.
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
can you try docker ps and sudo docker ps ? if only first fails then it seems like you missed something when giving your user permissions to use docker. if both will fail then also run: sudo lsof | grep docker\.sock if latter will fail too then…
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
Hello Tom! Did you made Docker work without sudo? (see http://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo)
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
It seems to be something specific for Boot2docker or OS X. Added a small note to readme: https://github.com/superdesk/superdesk/commit/e0ce1b30115f7577227b02bbf4f3989036db3104
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
Thanks for your feedback Peter! I updated repo addresses in docker-compose.yml (17-18). Btw I don't think what python3 (7) is necessary because docker-compose is using python2 (6).
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk install
It can't connect to elastic search. In order to make it easier I would recommend to use Docker-Compose profile (https://github.com/superdesk/superdesk/blob/master/docker/docker-compose.yml.sh) instead of starting and connecting docker containe…
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk Demo available?
Hi Jens! We are trying to keep installation instructions in reamde in Superdesk repo (https://github.com/superdesk/superdesk) up to date. The deployment scenario described there is confirmed by our Continuos Integration system. So if you are still …
Comment by
Yauhen Kirylau
April 2015
permalink
Superdesk Demo available?
Hello, Tom! You should share your terminal output in order to determine where is the problem. UPD: please copy all the terminal contents, including commands you're input in and shell greeting (with current path).
Comment by
Yauhen Kirylau
March 2015
permalink
Superdesk Demo available?
can you please paste the log from docker-local-demo.sh script execution?
Comment by
Yauhen Kirylau
February 2015
permalink
Superdesk Demo available?
Can you try to pull the latest changes from repo? Now it's not using readlink. And I am not sure about second exception -- i don't have os x to reproduce it but i googled this thing, mb it will help you: http://stackoverflow.com/questions/…
Comment by
Yauhen Kirylau
February 2015
permalink
Superdesk Demo available?
recently fig became an official part of docker project so it was renamed to docker-compose. to install it run: pip2 install docker-compose (or just "pip" instead "pip2" if you have only python2.* installed)
Comment by
Yauhen Kirylau
February 2015
permalink
Superdesk Demo available?
hi, we recently moved all the application together with the deployment scripts into the one repository: https://github.com/superdesk/superdesk so for running locally you will need docker and docker-compose installed and to run this script: scripts/…
Comment by
Yauhen Kirylau
February 2015
permalink
LiveBlog on a Cloud Platform
Thanks for your input, Alexander! By the way, I want to inform you what in upcoming Liveblog 3.0 we already have configuration by environment variables and in general more common workflow (like using already mentioned requirements.txt and upraising…
Comment by
Yauhen Kirylau
February 2015
permalink
LiveBlog on a Cloud Platform
i think you can go with a wrapper script which will fill the configuration file with the right port and then start the app
Comment by
Yauhen Kirylau
February 2015
permalink
Error on installation of LiveBlog
Thank you for reporting the issue!
Comment by
Yauhen Kirylau
February 2015
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