cjohnston | welcome aq! | 15:53 |
---|---|---|
cjohnston | newz2000: ping | 18:16 |
newz2000 | hey cjohnston, what's up? | 20:10 |
cjohnston | 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:12 |
newz2000 | cjohnston: I have a meeting on Tuesday Feb 7th to begin planning that | 20:14 |
newz2000 | I'll post a reply to the list. | 20:14 |
newz2000 | thanks for the heads up | 20:14 |
cjohnston | they want to move it to spreadubuntu | 20:14 |
newz2000 | I highly doubt the spreadubuntu site can handle the load | 20:16 |
aquarius | mhall119, cjohnston, ping | 22:29 |
cjohnston | aquarius: pong | 22:29 |
aquarius | cjohnston, o hai. Am trying to run summit | 22:29 |
cjohnston | ok | 22:29 |
aquarius | 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 |
aquarius | can't I just run it? I hate virtualenv :) | 22:30 |
cjohnston | if you have the right versions of everything, you could just run it... | 22:30 |
cjohnston | the problem is that it normally doesnt pick the right versions of stuff | 22:31 |
aquarius | ok. How do I just run it? :) Is the whole of summit just the django app in summit/ ? | 22:32 |
cjohnston | http://summit.readthedocs.org/en/latest/index.html | 22:32 |
cjohnston | aquarius: yes | 22:32 |
aquarius | blimes, there are docs. :) | 22:32 |
cjohnston | still virtualenv stuff | 22:32 |
cjohnston | here is a db to get you started with some info in it | 22:32 |
cjohnston | http://ubuntuone.com/0NNoVKVtXBx7l9jap6i3WG | 22:32 |
mhall119 | aquarius: pong | 22:32 |
aquarius | what's The Summit Scheduler? | 22:33 |
aquarius | is that just a posh word for summit? | 22:33 |
cjohnston | summit | 22:33 |
mhall119 | aquarius: yeah | 22:33 |
cjohnston | ya | 22:33 |
aquarius | or is it a separate thing? :) | 22:33 |
aquarius | heh | 22:33 |
mhall119 | aquarius: since it's running more than just UDS now | 22:33 |
aquarius | heh. | 22:34 |
aquarius | $ ./summit/manage.py runserver | 22:34 |
aquarius | You will need to run ./manage.py init-summit to make The Summit Scheduler fully work. | 22:34 |
aquarius | $ ./summit/manage.py init-summit | 22:34 |
aquarius | Unknown command: 'init-summit' | 22:34 |
mhall119 | did you run init-summit? | 22:34 |
cjohnston | if you use the database I linked to you will need: | 22:34 |
cjohnston | ./manage.py migrate | 22:34 |
cjohnston | ./manage.py init-summit | 22:34 |
mhall119 | aquarius: cd summit; ./manage.py init-summit | 22:34 |
cjohnston | ./manage.py pullapps | 22:35 |
mhall119 | you have to be in the summit directory | 22:35 |
mhall119 | or the pythonpath won't be right | 22:35 |
cjohnston | ./manage.py runserver | 22:35 |
aquarius | right | 22:35 |
aquarius | ok. have now run init-summit, which worked | 22:35 |
aquarius | however, runserver still says I need to run init-summit | 22:35 |
mhall119 | did it give any errors? | 22:36 |
aquarius | nope. | 22:36 |
aquarius | t$ ./manage.py init-summit | 22:36 |
aquarius | * Adding Bzr Apps: added. | 22:36 |
aquarius | aquarius@faith:~/Programs/Others/summit/mobile-summit/summit$ ./manage.py runserver | 22:36 |
aquarius | You will need to run ./manage.py init-summit to make The Summit Scheduler fully work. | 22:36 |
mhall119 | :/ | 22:36 |
cjohnston | it always gives that error | 22:36 |
cjohnston | we can't seem to find a fix | 22:36 |
aquarius | oh. lulz :) | 22:36 |
cjohnston | you do need to run ./manage.py pullapps though | 22:36 |
cjohnston | that will get you the theme | 22:36 |
aquarius | ah, that's why it's throwing an importerror for ubuntu_website in the browser then ;) | 22:37 |
cjohnston | :-) | 22:37 |
cjohnston | we use the same theme for multiple sites, so we made an easy way to import the current theme | 22:37 |
aquarius | ok, now, no such table schedule_summit -- do I need to ./manage.py initdb? | 22:37 |
aquarius | (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 |
cjohnston | ./manage.py syncdb | 22:38 |
cjohnston | will create the db | 22:38 |
cjohnston | ./manage.py migrate | 22:38 |
cjohnston | will add everything you need | 22:38 |
aquarius | syncdb, that's what I meant :P | 22:38 |
aquarius | do I need to define a superuser? | 22:38 |
cjohnston | yes | 22:39 |
cjohnston | well | 22:39 |
cjohnston | if you want admin access | 22:39 |
cjohnston | if you dont, no | 22:39 |
aquarius | I don't :) | 22:39 |
cjohnston | then no | 22:39 |
aquarius | woo I have summit running! with no summits defined :P | 22:39 |
cjohnston | after running migrate, you can run ./manage.py import_live_data -s uds-p to import the schedule from uds-p | 22:40 |
aquarius | sweet | 22:40 |
cjohnston | itll take a few | 22:40 |
aquarius | and I have summit data! | 22:41 |
aquarius | it all works. With no frigging virtualenv. Yay! | 22:41 |
cjohnston | not too horrible huh? | 22:41 |
aquarius | nice one dudes :P | 22:42 |
aquarius | might wanna bang this conversation into developer.setup.txt or somethign :P | 22:42 |
cjohnston | sounds like a good first mp ;-) | 22:42 |
mhall119 | virtualenv isn't so bad | 22:43 |
aquarius | wanna try it out? | 23:18 |
aquarius | cjohnston, mhall119, lp:~sil/summit/mobile-view-for-daily-page | 23:20 |
aquarius | grab it, run it, check it's different on a mobile :) | 23:21 |
aquarius | or, y'know, it isn't, and I've done it wrong. | 23:24 |
aquarius | 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:24 |
aquarius | If you're happy with this, I'll have a look at making it offline-capable. | 23:25 |
aquarius | mhall119, and we shall agree to disagree on virtualenv ;) | 23:30 |
aquarius | duh, forgot to actually propose a merge ;) https://code.launchpad.net/~sil/summit/mobile-view-for-daily-page/+merge/90555 | 23:31 |
aquarius | no response. cjohnston, mhall119, did I do something dreadfully wrong? :) | 23:42 |
cjohnston | lol | 23:42 |
* cjohnston is writing a paper | 23:42 | |
cjohnston | aquarius: its in the neighborhood of dinner time, so mhall119 may be offline for a couple hours with his family | 23:44 |
aquarius | 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 |
aquarius | no rush! | 23:45 |
cjohnston | okie.. ty for your work | 23:45 |
cjohnston | 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 |
aquarius | np | 23:48 |
aquarius | wasn't much work! | 23:48 |
aquarius | (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 |
cjohnston | :-) | 23:49 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!