[15:53] welcome aq! [18:16] newz2000: ping [20:10] hey cjohnston, what's up? [20:12] newz2000: i dont know who the right person is now days, but there is a convo on the website ML about the website banner that someone should probably look at [20:14] cjohnston: I have a meeting on Tuesday Feb 7th to begin planning that [20:14] I'll post a reply to the list. [20:14] thanks for the heads up [20:14] they want to move it to spreadubuntu [20:16] I highly doubt the spreadubuntu site can handle the load [22:29] mhall119, cjohnston, ping [22:29] aquarius: pong [22:29] cjohnston, o hai. Am trying to run summit [22:29] ok [22:30] the makefile insists that I install loads of stuff (which is fine), but then make env downloads it all again and puts it in env/ !! What's that all about? [22:30] can't I just run it? I hate virtualenv :) [22:30] if you have the right versions of everything, you could just run it... [22:31] the problem is that it normally doesnt pick the right versions of stuff [22:32] ok. How do I just run it? :) Is the whole of summit just the django app in summit/ ? [22:32] http://summit.readthedocs.org/en/latest/index.html [22:32] aquarius: yes [22:32] blimes, there are docs. :) [22:32] still virtualenv stuff [22:32] here is a db to get you started with some info in it [22:32] http://ubuntuone.com/0NNoVKVtXBx7l9jap6i3WG [22:32] aquarius: pong [22:33] what's The Summit Scheduler? [22:33] is that just a posh word for summit? [22:33] summit [22:33] aquarius: yeah [22:33] ya [22:33] or is it a separate thing? :) [22:33] heh [22:33] aquarius: since it's running more than just UDS now [22:34] heh. [22:34] $ ./summit/manage.py runserver [22:34] You will need to run ./manage.py init-summit to make The Summit Scheduler fully work. [22:34] $ ./summit/manage.py init-summit [22:34] Unknown command: 'init-summit' [22:34] did you run init-summit? [22:34] if you use the database I linked to you will need: [22:34] ./manage.py migrate [22:34] ./manage.py init-summit [22:34] aquarius: cd summit; ./manage.py init-summit [22:35] ./manage.py pullapps [22:35] you have to be in the summit directory [22:35] or the pythonpath won't be right [22:35] ./manage.py runserver [22:35] right [22:35] ok. have now run init-summit, which worked [22:35] however, runserver still says I need to run init-summit [22:36] did it give any errors? [22:36] nope. [22:36] t$ ./manage.py init-summit [22:36] * Adding Bzr Apps: added. [22:36] aquarius@faith:~/Programs/Others/summit/mobile-summit/summit$ ./manage.py runserver [22:36] You will need to run ./manage.py init-summit to make The Summit Scheduler fully work. [22:36] :/ [22:36] it always gives that error [22:36] we can't seem to find a fix [22:36] oh. lulz :) [22:36] you do need to run ./manage.py pullapps though [22:36] that will get you the theme [22:37] ah, that's why it's throwing an importerror for ubuntu_website in the browser then ;) [22:37] :-) [22:37] we use the same theme for multiple sites, so we made an easy way to import the current theme [22:37] ok, now, no such table schedule_summit -- do I need to ./manage.py initdb? [22:38] (I know I could download that db and use it, but... I'd rather get a handle on how to set it up myself) [22:38] ./manage.py syncdb [22:38] will create the db [22:38] ./manage.py migrate [22:38] will add everything you need [22:38] syncdb, that's what I meant :P [22:38] do I need to define a superuser? [22:39] yes [22:39] well [22:39] if you want admin access [22:39] if you dont, no [22:39] I don't :) [22:39] then no [22:39] woo I have summit running! with no summits defined :P [22:40] after running migrate, you can run ./manage.py import_live_data -s uds-p to import the schedule from uds-p [22:40] sweet [22:40] itll take a few [22:41] and I have summit data! [22:41] it all works. With no frigging virtualenv. Yay! [22:41] not too horrible huh? [22:42] nice one dudes :P [22:42] might wanna bang this conversation into developer.setup.txt or somethign :P [22:42] sounds like a good first mp ;-) [22:43] virtualenv isn't so bad [23:18] wanna try it out? [23:20] cjohnston, mhall119, lp:~sil/summit/mobile-view-for-daily-page [23:21] grab it, run it, check it's different on a mobile :) [23:24] or, y'know, it isn't, and I've done it wrong. [23:24] I didn't do much, though. Custom styles for devices less than 480px wide; tiny bit of JS to override the hover stuff and toggle the details div on and off; one extra class added as a convenience hook; that's it. You guys had already done all the hard work. [23:25] If you're happy with this, I'll have a look at making it offline-capable. [23:30] mhall119, and we shall agree to disagree on virtualenv ;) [23:31] duh, forgot to actually propose a merge ;) https://code.launchpad.net/~sil/summit/mobile-view-for-daily-page/+merge/90555 [23:42] no response. cjohnston, mhall119, did I do something dreadfully wrong? :) [23:42] lol [23:42] * cjohnston is writing a paper [23:44] aquarius: its in the neighborhood of dinner time, so mhall119 may be offline for a couple hours with his family [23:45] ah, OK, that's fine, no problem then. I'll let you guys look at it whenever you get a chance ad comment on the MP :) [23:45] no rush! [23:45] okie.. ty for your work [23:48] aquarius: he has a test server, so hopefully he can out it on there and we can get some good testing out of it [23:48] np [23:48] wasn't much work! [23:49] (making summit work offline is a bit harder, but that's step 2 once you guys have commented on step 1 and I've fixed all the bugs you identify :)) [23:49] :-)