*** tpb has joined #timvideos | 00:00 | |
*** nazary has joined #timvideos | 00:03 | |
*** mithro has joined #timvideos | 00:38 | |
*** lukejohn__ has joined #timvideos | 01:11 | |
*** lukejohn_ has quit IRC | 01:12 | |
*** lukejohn__ has quit IRC | 01:24 | |
*** lukejohn__ has joined #timvideos | 01:25 | |
*** trutneva has joined #timvideos | 01:28 | |
*** trutneva has quit IRC | 01:35 | |
*** mithro-work has joined #timvideos | 02:03 | |
*** tvCommitBot has joined #timvideos | 03:31 | |
tvCommitBot | [streaming-system] lukejohnosmahi opened pull request #52: Updated frontend documentation to include "Preparing the system for an event" section (master...update/master/documentation) http://git.io/aczY3Q | 03:31 |
---|---|---|
*** tvCommitBot has left #timvideos | 03:31 | |
lukejohn__ | mithro-work, sorry for misuse of line comments on the pull-request, i'm haven | 06:02 |
lukejohn__ | 't used them before. | 06:03 |
mithro-work | lukejohn__, you editted the original comments? | 06:17 |
*** hyades has joined #timvideos | 06:22 | |
lukejohn__ | mithro-work: yes, now fixed, but it's probably spammed your inbox with the changes. sorry. | 06:22 |
mithro-work | it has | 06:24 |
lukejohn__ | mithro-work: sorry. | 06:33 |
*** hyades has quit IRC | 06:36 | |
*** hyades has joined #timvideos | 06:49 | |
*** hyades has quit IRC | 07:11 | |
*** hyades has joined #timvideos | 07:25 | |
*** hyades has quit IRC | 07:33 | |
*** hyades has joined #timvideos | 07:47 | |
*** CarlFK has quit IRC | 09:00 | |
*** mithro-work has quit IRC | 09:52 | |
*** mithro has quit IRC | 09:52 | |
*** mithro-work has joined #timvideos | 09:54 | |
*** hyades has quit IRC | 12:04 | |
*** hyades has joined #timvideos | 12:17 | |
*** hyades has quit IRC | 13:07 | |
*** hyades has joined #timvideos | 13:21 | |
*** hyades has quit IRC | 14:03 | |
*** 21WABYHTH has joined #timvideos | 14:21 | |
*** 14WABP0OT has joined #timvideos | 14:33 | |
*** 21WABYHTH has quit IRC | 14:34 | |
*** 14WABP0OT has quit IRC | 14:37 | |
*** CarlFK has joined #timvideos | 14:50 | |
*** mithro-work has quit IRC | 15:39 | |
*** mithro-work has joined #timvideos | 15:44 | |
*** lukejohn_ has joined #timvideos | 15:52 | |
*** lukejohn__ has quit IRC | 15:56 | |
*** mithro-work has quit IRC | 16:18 | |
*** mithro-work has joined #timvideos | 16:21 | |
*** CarlFK has quit IRC | 16:32 | |
*** CarlFK has joined #timvideos | 16:33 | |
*** europlus has joined #timvideos | 17:21 | |
*** europlus has quit IRC | 17:26 | |
*** ribkons has joined #timvideos | 18:26 | |
*** ribkons has quit IRC | 18:30 | |
*** divier has joined #timvideos | 18:46 | |
*** divier has quit IRC | 18:49 | |
*** svazist has joined #timvideos | 18:55 | |
*** svazist has quit IRC | 19:02 | |
CarlFK | iiie: what is the command to restart the richard that does videos.pumpingstationone.org? | 20:35 |
* iiie takes a wild stab | 20:44 | |
iiie | sudo supervisorctl restart psone | 20:44 |
iiie | if not "sudo supervisorctl status" then pick out the one for psone | 20:45 |
iiie | far left, whitespace separated | 20:45 |
iiie | CarlFK: ^ | 20:45 |
CarlFK | I wonder where I should put that | 20:46 |
iiie | as an alias in bashrc or bash_aliases? | 20:47 |
iiie | (.bashrc or .bash_aliases rather) | 20:47 |
CarlFK | readme.txt | 20:48 |
CarlFK | thanks.. something else is broken I guess | 20:48 |
CarlFK | "video won't play" turned into "broken 404 ate my browser" | 20:49 |
iiie | it's deploy specific, it only works that way because we used supervisord to run gunicorn | 20:49 |
iiie | Is the deploy standardized / documented? | 20:49 |
iiie | :) | 20:49 |
CarlFK | there is now a readme on the box it is deployied on... so yes! | 20:50 |
CarlFK | pretty sure sudo supervisorctl restart ps1 is already in some text file I own | 20:50 |
CarlFK | no clue where | 20:51 |
skay | iiie: hi! today I found out you can multiple boxes controlled by vagrant. neato. I am going to make one for local and one for rackspace | 21:05 |
skay | iiie: here's my bootup script, like yours but supervisor and gunicorn instead. https://github.com/researchcompendia/tyler/blob/develop/bootstrap.sh | 21:06 |
tpb | Title: tyler/bootstrap.sh at develop · researchcompendia/tyler · GitHub (at github.com) | 21:06 |
skay | somehow it is fun to to play withy these things | 21:06 |
iiie | yeah :) | 21:06 |
iiie | nice! | 21:07 |
skay | how do you transport secrets? I don't know how to do that ina nice way yet | 21:07 |
iiie | Like what? Database passwords? | 21:07 |
skay | yeah, all the environment variables I am using | 21:08 |
iiie | I keep them in local_setting.py, I haven't automated deploying live settings yet. There is a template that has "working yet broken" settings. | 21:09 |
CarlFK | I feel better - I still fumble around at handling secrets | 21:23 |
iiie | Yeah, I used to have a script that generated new secrets for every deploy..., problem was updates to that stuff.... | 21:31 |
CarlFK | how do you install virtualenvwrapper on you dev machine? | 22:00 |
iiie | sudo pip install virtualenvwrapper | 22:02 |
skay | me too | 22:02 |
iiie | sudo aptitude install python-pip | 22:02 |
iiie | well..., I install virtualenv from the debian / ubuntu package repo, and then sudo pip install virtualenvwrapper, but you get the idea | 22:03 |
skay | iiie: installing virtualenvwrapper installs virtualenv for you. I think installing debian python-pip is good enough | 22:04 |
CarlFK | sudo pip install virtualenvwrapper - shouldn't I now have workon in my path? | 22:10 |
CarlFK | oh, I bet it instlaled it somewhere my .bashrc doesn't hit | 22:11 |
CarlFK | .bashrc says # source /usr/local/bin/virtualenvwrapper.sh | 22:11 |
CarlFK | hmm... how didi it ever work? | 22:12 |
CarlFK | I just installed a new OS, moved /home over | 22:12 |
skay | it got added to your bashrc automagically? I'm always adding it by hand | 22:14 |
skay | except I've been putting all my customizations in .bash_aliases these days | 22:14 |
CarlFK | no - I added it, then #ed it out at some time | 22:15 |
CarlFK | no clue why. | 22:15 |
skay | CarlFK: I've got 4 lines in .bash_aliases. if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then | 22:16 |
skay | blah blah blah etc. | 22:16 |
CarlFK | guessing I moved it to /etc/something which I could dig into on my old laptop if I realky cared | 22:16 |
*** CarlFK has quit IRC | 22:46 | |
*** CarlFK has joined #timvideos | 22:46 | |
iiie | CarlFK: did you login again? virtualenvwrapper has stuff that needs to run on login / setup | 23:19 |
CarlFK | iiie: yeah - had to un # the line in ~.bashrc | 23:20 |
CarlFK | all working now | 23:20 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!